Authentication

Authenticate Open API requests with a scoped API key.

All eventii Open API requests require an API key passed in the X-API-KEY header.

X-API-KEY: your-api-key-here

Each API key has scoped permissions. Operations that state a required scope in the API Blueprint preserve that scope in the OpenAPI operation description. Contact eventii to obtain an API key with the scopes required by your integration.

Request security

Keep API keys outside client-side applications and do not include them in source control. The API reference has request execution disabled, so it can be used to inspect operations and examples without sending a production request.