GET https://api.groovehq.com/v1/kb/themes
curl -X -i GET https://api.groovehq.com/v1/kb/themes \
-H "Authorization: Bearer $GROOVE_API_KEY" \
-H "Content-Type: application/json"
Status: 200 OK
{
"themes": [
{
"id": "4517239960",
"created_at": "2018-03-13T13:31:37Z",
"description": "A clean theme that showcases your categories on the home page.",
"name": "Barcelona",
"screenshot_url": "https://assets.groovehq.com/assets/groove_kb_themes/kb_theme_screenshot_barcelona.png",
"updated_at": "2019-03-23T07:32:40Z"
},
{
"id": "7023641925",
"created_at": "2018-03-13T13:31:37Z",
"description": "Put your articles front and center along with a big bold search bar.",
"name": "Nashville",
"screenshot_url": "https://assets.groovehq.com/assets/groove_kb_themes/kb_theme_screenshot_nashville.png",
"updated_at": "2019-03-23T07:32:43Z"
},
{
"id": "2057964173",
"created_at": "2018-03-13T13:31:37Z",
"description": "An elegant and clean theme that looks great with most brands.",
"name": "Cape Town",
"screenshot_url": "https://assets.groovehq.com/assets/groove_kb_themes/kb_theme_screenshot_cape_town.png",
"updated_at": "2019-03-23T07:32:47Z"
}
]
}