Read One Domain

GET {{apiPath}}/environments/{{envID}}/customDomains/{{customDomainID}}

To get data for a single resource entity, the GET /environments/{{envID}}/customDomains/{{customDomainID}} operation returns data for the custom domain resource with the specified ID.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/customDomains/4490de20-a93d-4369-82a5-b04f935c522a"},"environment":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"4490de20-a93d-4369-82a5-b04f935c522a","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"domainName":"custom-domain.example.com","status":"ACTIVE"}