Logout user

End the current user session

POST
/auth/logout
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/auth/logout"
{
  "id": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}