v1.0.0
OpenAPI 3.1.0
Get a folder
Client Libraries
US region
Get a folder by its UUID. You can retrieve the UUID of folders through List folders.
The UUID of the folder.
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
}
}Successful response