Skip to main content
Please test your implementation on the sandbox/staging environment before releasing to PRODUCTION

Welcome

Superleap provides several APIs to manage object records in your organization. These APIs allow you to create, retrieve, and update records for any object type in your Superleap workspace.

Authentication

All API endpoints are authenticated using Bearer tokens. You can generate an API key from the API Access page in your Superleap dashboard.

Implementation Flow

A typical workflow for managing object records involves:
  1. Create Records - Use the bulk create endpoint to efficiently add multiple records to an object
  2. Retrieve Records - Fetch specific record details when you need to view or process them
  3. Update Records - Modify existing records as your data changes over time

Request and Response Formats

All APIs follow a consistent format:
  • Requests use JSON for the request body
  • Responses include a success boolean and a data object containing the requested information
  • Error responses include error details in the error field