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:- Create Records - Use the bulk create endpoint to efficiently add multiple records to an object
- Retrieve Records - Fetch specific record details when you need to view or process them
- 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
successboolean and adataobject containing the requested information - Error responses include error details in the
errorfield