GET
/
account-info
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "01952829-3830-764c-995f-3354494bb42b",
  "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