cURL
curl --request GET \ --url https://api.amplemarket.com/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "0199ba5c-2615-71f5-b652-e47bdfaa6ad3", "name": "Test Account 69" }
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?