cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/auth/token/revoke \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "message": "Completed successfully", "status": "success", "data": {}, "errors": [] }
This endpoint is used to invalidate your current active bearer token
Documentation IndexFetch the complete documentation index at: https://doc.withedge.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.withedge.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?