Skip to main content
POST
/
register
User registration
curl --request POST \
  --url http://staging.qshop.ng/apiv2/register \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "fullName": "Badmus Adeyinka",
  "phoneNumber": "+2349034362570",
  "referralCode": "Egoli2",
  "referredBy": "5f3c62f4bc19938f1ad2e214"
}
'

Body

application/json
email
string
fullName
string
Example:

"Badmus Adeyinka"

phoneNumber
string
Example:

"+2349034362570"

referralCode
string
Example:

"Egoli2"

referredBy
string
Example:

"5f3c62f4bc19938f1ad2e214"

Response

200 - undefined