Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.craftcx.com/llms.txt

Use this file to discover all available pages before exploring further.

All API endpoints are authenticated using Bearer tokens. You can create and manage your tokens from the Settings -> API Tokens page in the CraftCX dashboard.
curl -X POST \
  https://api.craftcx.com/v1/... \
  -H "Authorization: Bearer your-api-token" \
  ...