Skip to main content
GET
List Theme Assets
Returns every asset file in a theme. Assets come back as metadata only — the file body is not included. To read or write file contents, use Create / update. Auth: OAuth access token with the read_themes scope.
This endpoint takes no body. key and value belong to Create / update asset, which is a separate PUT request.
All theme-asset endpoints use the standard response envelope (status, state, message, data).

Request

Path Parameters

string
required
The theme ID

Response

The asset array is nested under data.assets. Each asset object describes one file.
array
Array of asset objects

Asset Paths

Common asset paths:

Errors

See also