Folders
Retrieve a Folder
Retrieve a single folder by unique identifier.
get/folders/{id}
Path parameters
idstring required
Example:8cbb43fe-4cdf-4991-8352-c461779cec02
Unique identifier for the object.
Query parameters
fieldsstring[]
Control what fields are being returned in the object.
metastring
What metadata to return in the response.
Response
Successful request
Example response
{
"data": {
"id": "0cf0e03d-4364-45df-b77b-ca61f61869d2",
"name": "New York"
}
}