User Management
Generate User Consent
Record user acceptance of terms and conditions and generate a consent ID
POST
Generate User Consent
Documentation Index
Fetch the complete documentation index at: https://docs.carbn.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must be included in the x-api-key header.
Body
application/json
Response
User consent recorded successfully and consent ID generated
The unique consent ID generated for the user's terms and conditions acceptance
Example:
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Previous
Update WebhookUpdate an existing webhook's URL and status. Webhooks are created with 'disabled' status by default and must be enabled using this endpoint.
**Important:** The event category cannot be changed after webhook creation. Only the URL and status can be updated.
**Default Behavior:**
- All webhooks are created with `status: "disabled"`
- Use this endpoint to set `status: "enabled"` to start receiving events
- URL can be updated to change the webhook destination
Next
Generate User Consent