cURL
curl --request GET \ --url https://api.amplemarket.com/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "019c99cc-086e-7f0b-af08-55a7e4e079af", "name": "Test Account 97" }
Get account details
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?