Okta Identity Governance
/End user APIs
//
Retrieve my catalog entry
OAuth 2.0 scope:
- okta.accessRequests.catalog.read
Retrieves an entry from my catalog
GET
curl -i -X GET \
https://okta-subdomain.pixtulate.com/governance/api/v2/my/catalogs/default/entries/cenp2rjyxK1Js2Fc41d5List of all entries in the resource catalog
Links available for a resource catalog entry.
createRequest: returns the link to create the request only if the entry is requestableparent: returns the parent entry only if a parent existssubmittedRequest: returns the submitted request only if the authenticated user has a submitted request for the entry and it's not available for approvalpendingRequest: returns the pending request only if the authenticated user has a submitted request for the entry and the request is available for approvalrelatedEntity: returns the resource that's requested
Response
- Get a catalog entry for an application
- Get a catalog entry for a collection
{ "id": "cen33e47frfMB93gQ8g6", "name": "Figma", "description": "The Figma App", "label": "Application", "requestable": false, "_links": { "self": { … }, "logo": [ … ], "submittedRequest": { … } } }