Logs out the user and terminates the session identified by the auth_token in the Authorization Header.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/logout
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/logout
curl -i -X POST \
https://sandbox.weavr.io/multi/logout \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "url": "string" }