Sign out
curl --request POST \
--url https://api.agg.market/auth/sign-out \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '{}'{
"success": true
}Authentication
Sign out
Revokes all tokens for the user by bumping their tokenVersion.
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 'x-app-id: <api-key>' \
--data '{}'{
"success": true
}Authorizations
Your application ID. Required for all app-tier and user-tier routes.
JWT access token returned by POST /auth/verify. Required for user-tier routes.
Body
application/json
The body is of type object.
Response
200
Available options:
true ⌘I