AGG is currently in alpha. APIs, components, and docs may change.
curl --request POST \
--url https://api.agg.market/auth/token/refresh \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '
{
"refreshToken": "<string>"
}
'{
"accessToken": "<string>",
"user": {
"id": "<string>"
},
"refreshToken": "<string>"
}Issues a new access + refresh token pair given a valid refresh token.
curl --request POST \
--url https://api.agg.market/auth/token/refresh \
--header 'Content-Type: application/json' \
--header 'x-app-id: <api-key>' \
--data '
{
"refreshToken": "<string>"
}
'{
"accessToken": "<string>",
"user": {
"id": "<string>"
},
"refreshToken": "<string>"
}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.