GET
/
account-info
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "0196b4f9-63a3-7d5d-a115-58c9a7c41aea",
  "name": "Test Account 54"
}

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.