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 POST \ --url https://api.peakmetrics.com/access/token \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "client_id": "<string>" } '
{ "Token": "<string>", "ExpiresIn": 123 }
Your username
Your password
An optional client ID associated with your account
A JSON object with the access token
The access token.
The number of seconds until the token expires.
Was this page helpful?