v1.0.0
OpenAPI 3.1.0

Get a folder

US region

Client Libraries

Get a folder

Get a folder by its UUID. You can retrieve the UUID of folders through List folders.

Path Parameters
  • id
    Type: stringFormat: uuid
    required

    The UUID of the folder.

Responses
  • application/json
  • application/json
  • application/json
Request Example for get/v1/design_studio/folders/{id}
curl https://api.customer.io/v1/design_studio/folders/123e4567-e89b-12d3-a456-426614174000
{
  "folder": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Product Announcements",
    "parent_folder_id": null,
    "created": 1714732800,
    "updated": 1714732800
  }
}