Folders API
📡
Folders API
The Folders API is read-only. You can list folders to get their IDs for use with the Testimonials API folderId filter. Creating, renaming, and deleting folders is done through the Endors dashboard.
List folders
Returns all folders in the Space, ordered alphabetically by name.
Example request
Response
Response fields
Field | Type | Description |
|---|---|---|
| UUID | Use this as the |
| string | The folder name as shown in the dashboard |
| ISO 8601 string | |
| ISO 8601 string |
Fetching testimonials in a folder
Use a folder's id with the Testimonials list endpoint:
If the folder exists but has no testimonials, the response is { "ok": true, "data": [] }.
