v1.0.0
OpenAPI 3.1.0

Get a component

US region

Client Libraries

Get a component

Returns a single component with its full content.

Path Parameters
  • id
    Type: stringFormat: uuid
    required

    The UUID of the component.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/v1/design_studio/components/{id}
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"
  }
}