Reference / Dashboard

revoke the session and clear the cookie.

POST /v1/dashboard/sign-out
End-user session operationId: sign_out

Authorization

Called from the browser with the publishable application id (x-application-id); the access token lives in memory.

Responses

200 Signed out
{
  "data": {},
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X POST "http://localhost:8080/v1/dashboard/sign-out" \

Try it

live request
POST http://localhost:8080/v1/dashboard/sign-out