Retrieve the Well-Known Org Metadata
GET {{baseUrl}}/.well-known/okta-organization
Retrieves the well-known org metadata, which includes the id, configured custom domains, authentication pipeline, and various other org settings
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"00o47wwoytgsDqEtz0g7","_links":{"organization":{"href":"https://{{yourSubdomain}}.okta.com"},"alternate":{"href":"https://{{yourCustomDomain}}"}},"pipeline":"idx","settings":{"analyticsCollectionEnabled":false,"bugReportingEnabled":true,"omEnabled":false}}