CorebanqCorebanq Developer Docs
Authv1Authentication

Logout

Invalidate tokens and end session

POST/v1/logout

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X POST "https://example.com/v1/logout"
{
  "message": "string"
}