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.
Cobalt API
curl -X GET https://api.usecobalt.com/v1/appointments \ -H 'Content-Type: application/json' \ -H 'client_id: "%COBALT_CLIENT_ID%"' \ -H 'client_secret: "%COBALT_CLIENT_SECRET%"' \ -H 'access_token: "%USER_ACCESS_TOKEN%"' \ -d '{ ... }'