Invalidate customer credentials
Last updated
Was this helpful?
Last updated
Was this helpful?
Here, you can learn how to make an API call to invalidate customer credentials. Once the call succeeds, your customer cannot authenticate using the invalidated credentials.
To create customer credentials, make the following API call.
https://auth-api.sandbox.tuumplatform.com/api/v1/credentials/invalidate
POST
https://auth-api.sandbox.tuumplatform.com/api/v1/credentials/invalidate
Learn more about the endpoint in the Tuum developer portal.
Below is an example request body of the API call to invalidate customer credentials.
Please make sure to input the username
and password
of the particular customer when submitting your request.
Below you find an example response body to the API call above.
After making the API call, the customer's credentials become invalid, making it impossible to authenticate themselves.