cURL
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\": [] }" }
Retrieve an embeddable from the database based on the ID
The unique identifier for a Project in the database
The unique identifier for a Embeddable in the database
The response is of type object.
object
Was this page helpful?