API Keys

Manage programmable access to your tenant boundaries using secure, rolling API keys.

Generating Keys

API keys are scoped directly to a single tenant. Even if an API key is leaked, it cannot be used to access data from another tenant. You can generate API keys directly from the Workspace Settings dashboard under the Security tab.

Usage Example

To authenticate requests to the Odyssey API, pass the key via the Authorization header using the Bearer scheme.

curl -X GET https://api.odyssey.app/v1/members \
  -H "Authorization: Bearer ody_live_xxxxxxxxxxxxx"