Create customer credentials
Here, you can learn how to make an API call to create customer credentials. Once the call is successful, your customers can authenticate themselves using the created credentials.
Sample API call
To create customer credentials, make the following API call.
https://auth-api.sandbox.tuumplatform.com/api/v1/credentials
Sample request
Below is an example request body of the API call to create customer credentials.
{
"personId": "ID-1038",
"username": "customer_username",
"password": "customer_password"
}
Please make sure to input the username
and password
of the particular customer when submitting your request.
Sample response
Below you find an example response body to the API call above.
Result
After making the API call, customer credentials will be created so that they can authenticate themselves.
Last updated
Was this helpful?