Authenticate customer
Sample API call
Sample request
{
"username": "customer_username",
"password": "customer_password"
}curl 'https://auth-api.sandbox.tuumplatform.com/api/v1/authorise' \
-H 'Content-Type: application/json' \
-d '{
"username": "customer_username",
"password": "customer_password"
}'Sample response
Result
Last updated
Was this helpful?