Skip to main content
GET
/
account-info
Get account details
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "019dfcc6-901e-7fae-9b96-b9777d80e35d",
  "name": "Test Account 100"
}

Documentation Index

Fetch the complete documentation index at: https://docs.amplemarket.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

id
string<uuid>
required
name
string
required