GET
/
themes
/
{theme_id}
/
download
Download a theme
curl --request GET \
  --url http://localhost:3001/portal-api/themes/{theme_id}/download \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

theme_id
string
required

name of the theme from the theme.json file

Example:

"default"

Response

200 - application/zip

OK

zip archive contaning the theme