GET
/
account-info
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "0196352a-d94c-7db8-b6f5-d0e6d946fa94",
  "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/json
OK
id
string
required
name
string
required