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.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.
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the request was successful |
data | array | List of entity objects |
| 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 |