Obtaining API keys
To make requests against the Polytomic API, you need an API key.
Generate one from your Polytomic settings panel
and pass it in the Authorization header.
Example
With an API key of 8e5dcfdd-d23d-4e6f-a136-119e1254847b, the header is:
To validate the key, call the identity endpoint:
API keys are organization-specific
Partner keys
Partner keys are tokens that let you manage your customers’ Organizations. They behave like regular API keys but are limited to the Organization and User endpoints.
A typical workflow:
- Create a customer Organization.
- Create a root user in that Organization.
- Use Create API Key to mint an API key for the Organization.
- Use that key to create Organization-level resources such as Connections, models, and syncs.
To obtain a partner key, contact the Polytomic team at support@polytomic.com.
