Create API Key
Create a new API key for programmatic access to your workspace. The API key will be used to authenticate API requests.Headers
Bearer token for authentication
API key for authentication (alternative to Authorization header)
Optional. Derived from API Key, but can be specified if you have access to multiple workspaces
Request Body
Human-readable label for the API key (1-255 characters)
API key status (active, inactive)
API key expiration date (ISO 8601 format)
List of permissions granted to this API key
List of allowed IP addresses for this API key
List of collection IDs this API key can access
Response
Unique API key identifier
API key identifier (public part)
API key secret (only returned on creation)
API key label
API key status
List of permissions
Expiration date
Workspace ID this key belongs to
Creation timestamp
The
secret field is only returned when creating the API key. Store it securely as it cannot be retrieved again via an API call. You can retrieve it from the dashboard.