Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.amplemarket.com/account-info \ --header 'Authorization: Bearer <token>'
{ "id": "019e8e97-7ec4-74eb-bb52-42ee43fc46d2", "name": "Test Account 111" }
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?