cURL
curl --request POST \ --url https://api.example.com/themes \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>" } '
{ "id": "<string>", "name": "<string>", "variables": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>" }
Create a new theme
The name of the theme
The color of the theme, used to generate the pallette.
The theme that was created
The ID of the theme
The theme palette
The date the theme was created
The date the theme was last updated
The organization that owns the theme