Skip to main content
POST
/
otp
/
verify
Verify otp
curl --request POST \
  --url http://staging.qshop.ng/apiv2/otp/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "code": "7U6OVT",
  "shop": "61a956d91a113f7e13c45c15",
  "type": "login"
}
'

Query Parameters

shop
string
Example:

"61a956d91a113f7e13c45c15"

type
string
Example:

"login"

Body

application/json
code
string
Example:

"7U6OVT"

shop
string
Example:

"61a956d91a113f7e13c45c15"

type
string
Example:

"login"

Response

200 - undefined