cURL
curl --request GET \ --url https://api.embeddables.com/projects/{projectId}/embeddables \ --header 'X-Api-Key: <x-api-key>'
[ { "embeddable_id": "flow_myexampleembeddable_1", "title": "My Example Embeddable 1", "group_id": "flow_myexamplegroup", "project_id": "pr_myexampleproject" }, { "embeddable_id": "flow_myexampleembeddable_2", "title": "My Example Embeddable 2", "group_id": "flow_myexamplegroup", "project_id": "pr_myexampleproject" }, { "embeddable_id": "flow_myexampleembeddable_3", "title": "My Example Embeddable 3", "group_id": "flow_myexamplegroup", "project_id": "pr_myexampleproject" } ]
Retrieve all embeddables in this project
The unique identifier for a Project in the database
The response is of type Embeddable · object[].
Embeddable · object[]
Was this page helpful?