Skip to main content
POST
/
security
/
otp
/
verify
Verify OTP
curl --request POST \
  --url http://staging.qshop.ng/apiv2/security/otp/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "type": "<string>",
  "shop": "<string>",
  "code": "<string>"
}
'
{
  "msg": "<string>",
  "data": {
    "type": "<string>",
    "shop": "<string>",
    "code": "<string>"
  },
  "success": true
}

Body

application/json
type
string
required
shop
string
required
code
string
required

Response

200 - application/json
msg
string
required
data
object
required
success
boolean
required