Documentation Index
Fetch the complete documentation index at: https://docs.usecobalt.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
You need aclient_id and client_secret to interact with the Cobalt API. You will also need an access_token for each user which can be obtained in through the Cobalt Link flow.
Headers
| Header | Description |
|---|---|
client_id | Your Cobalt API client id |
client_secret | Your Cobalt API secret |
access_token | The access token for the individual provider obtained during the Link flow |