Skip to main content
Candu’s REST API can be used to make data available for content targeting and customization. See our guide on how to use this data in segmentation.

Authentication

Candu uses Token Bearer authentication via the HTTP Authentication header. To authenticate with Candu’s API, you need to access your API KEY from your workspace settings. You can then access the API using a Authorization: Bearer token.
For example if your API key is TestAPIKey:

/api/eventWebhook

User traits and events can be sent into candu via our inbound webhook.

Identify

To send attributes for a given user. Typically, things like name, email, organization, role in company.
Batched Events
Single Event
The response will be:
  • 204 (No Content) for correct events submission and handling.
  • 400 (Bad Request) for malformed events submission, with a list of the malformed events.
    • In case of batched events, none of the correct events will be handled either.
  • 500 (Internal Server Error) for errors in the handling of one of the events.

Group

To send attributes for a given group. Typically, things like name, industry, domain, email, employees.
Batched Events
Single event

Track

To track a custom event for a given user. These can be used in content targeting.