AGG is currently in alpha. APIs, components, and docs may change.
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
}Revokes all tokens for the user by bumping their tokenVersion.
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
}Documentation Index
Fetch the complete documentation index at: https://docs.agg.market/llms.txt
Use this file to discover all available pages before exploring further.
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.
The body is of type object.
200
true