API Key Authentication (Deprecated)
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 | Description | Required |
---|---|---|
X-API-KEY | Your Api Key. This key is specific to a user. | true |
X-API-ORG | An identifier that is specific to an organization. | true |
Obtaining Your API-KEY and API-ORG
To view or create new API-KEY, go to Settings > Developers > API
To find the API-ORG for the organization you want to use to make requests, go to
Settings > Overview
, where the API-ORG is listed at the top
Updated 10 months ago