You need a client_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.
Authentication Headers
| Parameter | Type | Description |
|---|---|---|
| client_id | string | Your Cobalt API client id |
| client_secret | string | Your Cobalt API secret |
| access_token | string | The access token from the Link Flow |
