POST
/v2/mgmt/theme/export
Export a theme from a project utilizing a management key.
This endpoint is used to export a theme from a project. The response is the JSON of the theme.
See Also
- See Styles Overview for more information on styles and themes
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Status code | Description |
---|---|
200 | OK |
Was this helpful?