get https://{region}-api.dotdigital.com/v2/image -folders/
Gets an image folder by id
This method retrieves an image folder from your account by its id.
Response
Gets an image folder by id
This method retrieves an image folder from your account by its id.
xxxxxxxxxx
curl --request GET \
--url https://r1-api.dotdigital.com/v2/image%20-folders/id \
--header 'accept: application/json'
xxxxxxxxxx
11{
"id": 3,
"name": "Small",
"childFolders": [
{
"id": 4,
"name": "Logos",
"childFolders": null
}
]
}