API Requests

All requests to the API require the auth token that was returned to you after logging in through the API. Here's an example request that includes the auth token to grab all events. The auth token is sent in the headers of the request.

curl --header "Authorization: Bearer TOKEN-FROM-LOGIN" https://YOUR-CONTAINER.datumfactory.com/api/v1/events

The rest of this documentation assumes that the auth token will be present in the requests to the API.

Last updated