Skip to main content
POST
/
users
/
me
/
link-account
/
confirm
Confirm account linking
curl --request POST \
  --url https://api.agg.market/users/me/link-account/confirm \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-app-id: <api-key>' \
  --data '
{
  "token": "<string>"
}
'
{
  "status": "linked",
  "provider": "<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.

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.

Body

application/json
token
string
required
Minimum string length: 1

Response

200

status
enum<string>
required
Available options:
linked,
already_linked_same
provider
string
required