GET
/
account-info
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "0197abd8-cba0-7f24-ad78-808bd3c54188",
  "name": "Test Account 57"
}

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.