OAuth 2.0 scope:
- okta.myAccount.organization.read
Retrieves the org details
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/idp/myaccount/organization \
-H 'Accept: application/json; okta-version=1.0.0'Example response
Response
{ "name": "TestOrg", "url": "https://okta-example.pixtulate.com", "helpLink": "https://okta-example.pixtulate.com/helpLink", "supportEmail": "orgsupport@example.com", "_links": { "self": { … } } }