Skip to content
OpenPostDocs
OpenPostDocs
Auth

Log out the current web session

POST/auth/logout

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/problem+json

application/problem+json

curl -X POST "https://example.com/auth/logout"
{  "$schema": "https://example.com/api/v1/schemas/LogoutOutputBody.json",  "message": "string"}