Assets

Get a folder

Retrieves a single folder by its ID.

get/v1/assets/folders/{id}

Path parameters

idinteger required

The unique identifier of the resource.

Response

The requested folder.

Example response

{
  "folder": {
    "name": "Banners",
    "created": 1773856017,
    "updated": 1773856017
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.