Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.superleap.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Bulk Create Records

Create multiple records efficiently in a single API call

Get Record

Retrieve detailed information about a specific record

Update Record

Modify existing record data with updated values

Bulk Upsert Records

Bulk Upsert Records

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