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": "0199ba5c-2615-71f5-b652-e47bdfaa6ad3",
  "name": "Test Account 69"
}

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
I