cURL
curl --request GET \ --url https://api.amplemarket.com/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "019dfcc6-901e-7fae-9b96-b9777d80e35d", "name": "Test Account 100" }
Get account details
Documentation IndexFetch the complete documentation index at: https://docs.amplemarket.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.amplemarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?