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 -X POST \ https://api.sakari.io/oauth2/token \ -H 'Content-Type: application/json' \ -d '{ "grant_type": "client_credentials", "client_id": "12345678-1234-1234-1234-123456789012", "client_secret": "87654321-4321-4321-4321-098765432121" }'
{ "access_token": "<string>", "token_type": "<string>" }
"client_credentials"
"00000000-0000-0000-0000-00000000000"
successful operation