POST /auth/token
client_id and client_secret are required to uniquely identify the consulting firm during authentication.
Request Body
- Content-Type: application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
client_id and client_secret are required to uniquely identify the consulting firm during authentication.
{
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}"
}
