Skip to main content
POST
Get List Of Objects
Retrieve a list of all available objects in your organization. This API returns all object schemas that your API key has access to.
This endpoint allows you to discover what objects are available in your Superleap account and their associated schemas.

Headers

string
required
Bearer token for authentication, click here to generate one
string
default:"application/json"
required
application/json

Example Request

Example Response

This endpoint will return all available objects in your organization that your API key has permission to access, including their schemas with field definitions. You can use this information to understand the data structure before making requests to retrieve or filter specific objects.