GET
/
account-info
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "019584f8-592f-7f31-a583-04657f40234d",
  "name": "Test Account 49"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/vnd.amp+json
OK
id
string
required
name
string
required