API Key Authentication
API Key Authentication is used to build private integrations that allow you to access your personal Event Temple data securely.
To authenticate with the EventTemple API using API keys, you need to pass the organization ID and API key through the following headers:
Headers
Header | Required | Description |
---|---|---|
X-API-ORG | true | An identifier that is specific to an organization. |
X-API-KEY | true | A key that is specific to a user. |
Obtaining Your API Key and Org ID
To view or create new API keys, go to Settings > Integrations > API
To find the Org ID for the organization you want to use to make requests, go to
Settings > Organization
, where the Org ID is listed at the top
Obtaining Your API Key
View or create new API keys from Settings > Integrations > API .
Updated 3 months ago