GET
/
api
/
themes
Get user themes
curl --request GET \
  --url http://localhost:4000/api/themes
{
  "themes": [
    {}
  ],
  "cloudThemes": [
    {}
  ]
}

Response

200 - application/json

User themes

The response is of type object.