Skip to content

Logout​

POST
/users/logout

Logout and invalidate the current access token.

Authorizations​

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
Example"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Responses​

OK

application/json
JSON
{
}

Playground​

Authorization

Samples​

cURL
JavaScript
PHP
Python