Skip to main content
Before you can use the GraphQL API, you need to generate API credentials. Paradime supports two authentication methods:
  • Account API Keys (recommended) — a single Bearer token that can access multiple workspaces. Pass the Authorization: Bearer <token> header together with the X-Paradime-Workspace header to select the target workspace.
  • Workspace API Keys [legacy] — workspace-scoped API Key and API Secret credentials, passed in the X-API-KEY and X-API-SECRET headers.
Both methods use the same API Endpoint.

Example request

Send every request as a POST to your API endpoint with the Content-Type: application/json header and your credentials. Using an Account API Key (recommended):
With legacy Workspace API Keys, pass the key and secret in place of the Bearer token:
A successful response confirms the key is valid and lists its capabilities:

Examples:

Audit Logs API

Bolt API

User Management API

Workspace Management API