Skip to main content
POST
/
auth
/
token
/
revoke
Revoke Token
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": []
}

Documentation Index

Fetch the complete documentation index at: https://doc.withedge.co/llms.txt

Use this file to discover all available pages before exploring further.

{
	"statusCode": 200,
	"message": "Completed successfully",
	"status": "success",
	"data": {},
	"errors": []
}