Skip to content

Logout
deprecated

Request

Logs out the user and terminates the session identified by the auth_token in the Authorization Header.

Security
auth_token and api-key
curl -i -X POST \
  https://sandbox.weavr.io/multi/logout \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'api-key: YOUR_API_KEY_HERE'

Responses

Success

Headers
request-refstringrequired

A request identifier. Providing this reference when contacting our support team will help us investigate your query.

Bodyapplication/json
urlstring

The logout url for third party auth providers.

Response
{ "url": "string" }