Skip to main content
POST
/
request-access
/
{action}
Request Access
curl --request POST \
  --url http://staging.qshop.ng/apiv2/request-access/{action} \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'

Path Parameters

action
string
required

Body

application/json
email
string

Response

200 - undefined