App - Design Template Collections
Fetch all design template collections
Fetch all design template collections/categories for an app
Endpoint
GET /api/v1/design_template_categories
Request
Route
GET /api/v1/design_template_categories
Headers
Accept: application/json
Content-Type: application/json
App-Id: 4134496f-6fa6-40fb-acf6-b867cf84f7b4
App-Secret: 39JQYLFCpPAyT6tYOBWdUxdJ2OzEyLNgGA9Gxkuw
Response
Simulated Response
Status
200
Headers
Content-Type: application/json; charset=utf-8
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 0b9a4313-3fbd-49a4-a055-a24703b52a85
Content-Length: 250
Body
{
"data": [
{
"id": "28",
"type": "design_template_category",
"attributes": {
"id": 28,
"name": "Mirror Booth Templates",
"kind": "DesignTemplate"
}
},
{
"id": "27",
"type": "design_template_category",
"attributes": {
"id": 27,
"name": "Photo Strips",
"kind": "DesignTemplate"
}
}
]
}