Authentication
Candu uses Token Bearer authentication via the HTTPAuthentication 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.
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