cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/auth/logout \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Revoke the current Bearer token. API key sessions cannot be revoked via this endpoint.
Bearer token from device or wallet auth
Token revoked or logout acknowledged.
true
Was this page helpful?