POST
/
auth
/
logout
curl --request POST \
  --url https://api.otim.com/auth/logout \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT token for API authentication

Response

200 - application/json

Successfully logged out

The response is of type object.