Skip to main content
POST
/
otp
Create otp whatsapp
curl --request POST \
  --url http://staging.qshop.ng/apiv2/otp \
  --header 'Content-Type: application/json' \
  --data '
{
  "shop": "61a956d91a113f7e13c45c15",
  "target": "whatsapp",
  "targetValue": "+2349034362570",
  "type": "login"
}
'

Body

application/json
shop
string
Example:

"61a956d91a113f7e13c45c15"

target
string
Example:

"whatsapp"

targetValue
string
Example:

"+2349034362570"

type
string
Example:

"login"

Response

200 - undefined