Skip to main content
The public API uses organization-scoped keys for server-to-server event ingestion. Keys are write-scoped and begin with rk_.

Create a key

  1. Open the Reconify Dashboard.
  2. Go to Settings → API Keys.
  3. Create a key with write access.
  4. Copy the secret and store it in your secret manager.
The secret is shown only once. It cannot be recovered after creation or rotation.
Never commit an API key, include it in logs, or send it anywhere except the Authorization header over HTTPS.
See Authentication for request headers, scopes, rotation, and key-handling guidance.