Skip to main content
POST
/
auth
/
sign-out
Sign out
curl --request POST \
  --url https://api.agg.market/auth/sign-out \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --header 'x-app-id: <api-key>' \
  --data '{}'
{
  "success": true
}

Authorizations

x-app-id
string
header
required

Your application ID. Required for all app-tier and user-tier routes.

Authorization
string
header
required

JWT access token returned by POST /auth/verify. Required for user-tier routes.

Headers

x-app-id
string
required
authorization
string
required
Pattern: ^Bearer .+

Body

application/json

Body

The body is of type object.

Response

200 - application/json

200

success
enum<boolean>
required
Available options:
true