cURL
curl --request GET \ --url https://api.example.com/themes/{id}
{ "id": "<string>", "name": "<string>", "variables": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "organizationId": "<string>" }
Get a theme by id
The ID of the theme to find
"123"
The theme that was found
The ID of the theme
The name 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