Skip to main content
Skip table of contents

Logout. VMS Client API

Logging out the user based on their token.

POST/api/v1/logout
Headers
Authorization
Bearer token
Accept
application/json
Response
200
Returns a JSON object
JSON
{
                "status": "ok"
            }
401
Authorization token not provided or invalid, see Obtaining a token

Example

JSON
curl -k --location --request POST 'https://vms.local/api/v1/logout' \
--header 'Authorization:Bearer token' \
--header 'Accept:application/json'
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.