Revoke the current Bearer token. API key sessions cannot be revoked via this endpoint.
cURL
curl --request POST \ --url https://orbitflare.com/api/customer/v2/auth/logout \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Bearer token from device or wallet auth
Token revoked or logout acknowledged.
true
Была ли эта страница полезной?