List Objects
Appflow APIs
List Objects
POST
List Objects
Retrieve a list of all available entities in your organization. This endpoint is used by the AppFlow connector to discover which Superleap objects can be used as data sources.
Headers
Bearer token for authentication, click here to generate one
Example Request
Example Response
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
data | array | List of entity objects |
Entity Object
| Field | Type | Description |
|---|---|---|
entity_identifier | string | Unique slug identifier for the entity (used as object_slug in other endpoints) |
label | string | Human-readable display name of the entity |
description | string | Description of the entity |
has_nested_entities | boolean | Whether this entity contains nested sub-entities |
is_writable | boolean | Whether AppFlow can write data to this entity |