GET
/
projects
/
{projectId}
/
embeddables
/
{embeddableId}
curl --request GET \
  --url https://api.embeddables.com/projects/{projectId}/embeddables/{embeddableId} \
  --header 'X-Api-Key: <x-api-key>'
{
  "embeddable_id": "flow_myexampleembeddable",
  "title": "My Example Embeddable",
  "group_id": "flow_myexamplegroup",
  "project_id": "pr_myexampleproject",
  "json_string_prod": "{ \"pages\": [] }"
}

Headers

X-Api-Key
string
required

Path Parameters

projectId
string
required

The unique identifier for a Project in the database

embeddableId
string
required

The unique identifier for a Embeddable 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
json_string_prod
string
required

The JSON representation of the embeddable, stringified