v1.0.0
OpenAPI 3.1.0
Get a component
Client Libraries
US region
Returns a single component with its full content.
The UUID of the component.
curl https://api.customer.io/v1/design_studio/components/123e4567-e89b-12d3-a456-426614174000
{
"component": {
"id": "e89b-12d3",
"name": "Custom footer",
"tag": "custom-footer",
"parent_folder_id": "123e4567-e89b-12d3-a456-426614174000",
"created": 1773856017,
"updated": 1,
"content": "string"
}
}Successful response