Is there a Swagger/OpenAPI specification for the Okta API? If so, where can I find this?
It looks like the latest version can be found in this node package: https://www.npmjs.com/package/@okta/openapi
npm install @okta/openapi
cd node_modules/@okta/openapi/dist
See spec.json or spec.yaml
1 Like
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.