Read One Branding Theme
GET {{apiPath}}/environments/{{envID}}/themes/{{themeID}}
The GET /environments/{{envID}}/themes/{{themeID}}
endpoint returns the branding configuration theme associated with the specified theme ID.
RESPONSES
status: OK
{"_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","description":"some description"}}