Terminate a Token

This API allows you to terminate an authetication token.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Terminating a Token

This operation is used to invalidate or revoke an active access token. Once terminated, the token becomes invalid and can no longer be used to access any API endpoints.

curl --request POST \
  --url https://api-smartflo.tatateleservices.com/v1/auth/logout
  --header 'Accept: application/json' \
  --header 'Authorization: yourtokengoeshere'
Success Respone

{
"success": true,
"message": "Successfully logged out"
}
Failed Respone

{
"success": false,
"message": "Deleted or blacklisted token provided"
}
Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json