GET
/
account-info
Get account details
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "01985a67-fbd4-7332-b9f4-5e0cea2cd1e7",
  "name": "Test Account 63"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

OK

The response is of type object.