Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "Jackson kasi",
"email": "jacksonkasipeacock1@gmail.com",
"password": "test123@PASS",
"visitor_id": "9qcnZChP8902aywKBsmP"
}
Request Code Samples
curl --location --request POST '/api/auth-v1/signup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Jackson kasi",
"email": "jacksonkasipeacock1@gmail.com",
"password": "test123@PASS",
"visitor_id": "9qcnZChP8902aywKBsmP"
}'
Responses
application/json Modified at 2025-02-09 14:10:20