Jambo
Help centerIntegrations & developers3 min read

REST API & API keys

Create workspace API keys and call the public REST API to read and upsert contacts and submissions.

The public REST API lets you read and write workspace data programmatically. All programmatic endpoints live under https://jambo.contact/api.

Settings Developers page with API keys list and Create key

Create an API key

  1. Go to Settings → Developers.
  2. In the API keys card, create a key with a name and an access level: Read only or Read & write.
  3. Click Create — the secret (jam_…) is shown once. Copy and store it securely.
  4. Revoke keys you no longer need from the same screen.

Authenticate requests

Send the key as either header:

Authorization: Bearer jam_xxx
X-Api-Key: jam_xxx

What you can call

The /v1 surface covers reading and upserting contacts and submissions, plus loading public forms. It is rate limited (about 120 requests/minute per key).

Zapier uses a separate key type (created under Settings → Integrations → Zapier) that only works for Zapier routes. For the interactive reference and OpenAPI spec, see /developers/api and /openapi/integrations.v1.yaml.