Read Branding Themes

GET {{apiPath}}/environments/{{envID}}/themes

The GET /environments/{{envID}}/themes endpoint returns all the branding configuration themes associated with the specified environment resource.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/themes"}},"_embedded":{"themes":[{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/themes/49ca2841-2f60-48ba-90df-373fedb8f935"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"id":"49ca2841-2f60-48ba-90df-373fedb8f935","template":"default","default":true,"configuration":{"logoType":"IMAGE","logo":{"href":"https://logo.com","id":"00000000-0000-0000-0000-000000000000"},"backgroundColor":"#333333","backgroundType":"COLOR","backgroundImage":{"href":"https://bg.com","id":"e8ad78dd-d45c-49b4-974d-8d5e443d4531"},"bodyTextColor":"#444444","cardColor":"#333333","headingTextColor":"#333333","linkTextColor":"#333333","buttonColor":"#333333","buttonTextColor":"#333333","name":"test theme"}},{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/themes/7b4fda4c-d61f-49f8-a308-467a19288d97"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"id":"7b4fda4c-d61f-49f8-a308-467a19288d97","template":"default","default":false,"configuration":{"logoType":"IMAGE","logo":{"href":"https://logo.com","id":"00000000-0000-0000-0000-000000000000"},"backgroundColor":"#333333","backgroundType":"COLOR","backgroundImage":{"href":"https://bg.com","id":"e8ad78dd-d45c-49b4-974d-8d5e443d4531"},"bodyTextColor":"#444444","cardColor":"#333333","headingTextColor":"#333333","linkTextColor":"#333333","buttonColor":"#333333","buttonTextColor":"#333333","name":"ACME test theme"}}]},"size":2}