cURL
curl --request GET \ --url https://api.amplemarket.com/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "019a01e3-5191-7474-8bb7-4871b19d797f", "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?