v1.0.0
OpenAPI 3.1.0

Get a folder

US region

Client Libraries

Get a folder

Retrieves a single folder by its ID.

Path Parameters
  • id
    Type: integer
    min:  
    1
    required

    The unique identifier of the resource.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for get/v1/assets/folders/{id}
curl https://api.customer.io/v1/assets/folders/1
{
  "folder": {
    "id": 1,
    "name": "Banners",
    "parent_folder_id": null,
    "created": 1773856017,
    "updated": 1773856017
  }
}