Endpoint
Authorization: Bearer <access_token>
Invalidate your current Dashboard session token. Call this when your user session ends to immediately revoke API access for that token.
POST https://baasapi.payrepmfb.com/api/v1/auth/web/logout
Authorization: Bearer <access_token>
curl --request POST \
--url https://baasapi.payrepmfb.com/api/v1/auth/web/logout \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...' \
--header 'Content-Type: application/json'
{
"status": true,
"response_code": "00",
"message": "Success",
"data": {}
}