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

Body

application/json
target
string
required
targetValue
string
required
shop
string
required
type
string
required

Response

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