Humanitix integration (Productivity, Marketing). Imported from open-connector.
https://api.humanitix.com/v1/events
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to fetch. |
| pageSize | integer | optional | Number of events to fetch per page. |
| since | string | optional | Return events updated since this ISO 8601 timestamp. |
| inFutureOnly | boolean | optional | Whether to return only events with an end date in the future. |
| overrideLocation | string | optional | ISO 3166-1 alpha-2 country code used to override user location. |
/events/{eventId}
| Param | Type | Required | Description |
|---|---|---|---|
| eventId | string | required | The unique Humanitix event identifier. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to fetch. |