Logout
The Logout API is used to terminate the user's session securely. Upon a successful logout, the server will invalidate the token, preventing further access without re-authentication.
API Method
POST
Endpoint
https://cebuana-apiuat.veryfyglobal.com/auth/logout
Headers
Key
Value
Accept
application/json
Authorization
Bearer <YOUR_TOKEN>
Response Sample
{
"message": "Ok",
"data": []
}Last updated