https://api.carbonvoice.appGET /healthPass one of the following on every request:
| Method | How to send |
|---|---|
| API Key | x-api-key: <key> header |
| OAuth2 Bearer | Authorization: Bearer <access_token> |
| PXToken (session) | pxtoken: <token> header |
| Term | Meaning |
|---|---|
| Workspace | Top-level area grouping people and conversations |
| Conversation / Channel | A channel of communication — these terms are interchangeable throughout the API (endpoints use both) |
| Collaborators | People who are part of a conversation or workspace |
channel_id to have it feel like a reply. Set reply_to_message_id to reply as a thread (good practice).To Login, use oAuth flow.