GET
/
projects
/
{projectId}
/
embeddables
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"
  }
]

Headers

X-Api-Key
string
required

Path Parameters

projectId
string
required

The unique identifier for a Project in the database

Response

200
application/json
embeddable_id
string
required

The unique identifier for a Embeddable in the database

title
string
required
group_id
string
required
project_id
string
required