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" \
  ...