Skip to main content
GET
/
api
/
v1
/
social
/
api
/
key
/
theme
/
category
GET /api/v1/social/api/key/theme/category
curl --request GET \
  --url https://api.scoot.app/api/v1/social/api/key/theme/category \
  --header 'customer-api-key: <api-key>'
{
  "socialThemeCategoryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>"
}
Gets theme categories.

Authorizations

customer-api-key
string
header
required

Query Parameters

socialThemeCategoryId
string<uuid>
required

Response

200 - application/json

OK

socialThemeCategoryId
string<uuid>
name
string
description
string
I