GET
/
account-info
Get account details
curl --request GET \
  --url https://api.amplemarket.com/account-info \
  --header 'Authorization: Bearer <token>'
{
  "id": "0197c138-b692-78a1-b226-45d4997582ad",
  "name": "Test Account 63"
}

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.