Last updated: 16 April 2026
The Developers section lets you create API keys for programmatic access to Jump and set up webhooks to receive real-time notifications when events occur.
Navigate to Settings > Developers.
API keys allow external systems to access your Jump data programmatically.
Creating an API key:
The full API key is shown once after creation. Copy and store it securely - it cannot be retrieved again.
Using the key: Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Rate limit: 1,000 requests per hour (contact support to increase).
Revoking a key: Click the revoke action on any active key. This takes effect immediately and cannot be undone.
Webhooks send real-time HTTP POST notifications to your server when events occur in Jump.
Creating a webhook:
A signing secret is shown once after creation. Use this to verify webhook signatures and ensure requests are genuinely from Jump.
Verifying signatures: Each webhook includes an X-Webhook-Signature header containing an HMAC-SHA256 signature of timestamp.payload using your signing secret.
Delivery and retries: Failed deliveries are retried up to 5 times with exponential backoff. The delivery log shows the status of each attempt.
Managing webhooks:
Tip: Start with test-mode API keys and the "Send test" webhook feature to validate your integration before going live.