Skip to main content
POST
/
customer
/
v2
/
auth
/
logout
Revoke Token
curl --request POST \
  --url https://orbitflare.com/api/customer/v2/auth/logout \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token from device or wallet auth

Response

200 - application/json

Token revoked or logout acknowledged.

success
boolean
Example:

true

message
string