Create Branding Theme

POST {{apiPath}}/environments/{{envID}}/themes

This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Branding Theme.

Request Body

{"template"=>"default", "configuration"=>{"logoType"=>"IMAGE", "logo"=>{"href"=>"https://logo.com", "id"=>"{{logoID}}"}, "backgroundColor"=>"#333333", "backgroundType"=>"COLOR", "backgroundImage"=>{"href"=>"https://bg.com", "id"=>"{{imageID}}"}, "cardColor"=>"#333333", "headingTextColor"=>"#333333", "linkTextColor"=>"#333333", "bodyTextColor"=>"#444444", "buttonTextColor"=>"#333333", "buttonColor"=>"#333333", "name"=>"ACME test theme", "footer"=>"some footer"}}