Retrieve Registration JWT Token
POST
/auth/customer/{auth_provider}/register
Auth
Request Request Example
JavaScript
Shell
Java
Swift
curl --location -g --request POST '{{BASE_URL}}/auth/customer//register' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "customer@gmail.com",
"password": "supersecret"
}'
Response Response Example
200 - Example 1
{
"token": "string"
}
Request
Path Params
auth_provider
string
required
Example:
emailpass
Body Params application/json
Responses
Modified at 2025-06-17 04:21:30