cURL
curl --request GET \ --url https://api.amplemarket.com/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "019ae9a7-db1a-7aba-8da3-fa525a402d71", "name": "Test Account 84" }
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?