O
Okta Admin Management API
Details
- URL
-
https://{yourOktaDomain}/api/v1 - Docs
- https://developer.okta.com/docs/api
Authentication
Authorization: Bearer <credential> Register an OAuth/OIDC app in your Okta org and obtain a scoped access token for Okta APIs using Implement OAuth for Okta or, for machine-to-machine access, Implement OAuth for Okta with a service app. Use scopes appropriate to the API methods you call.
Authorization: SSWS <credential> In your Okta org Admin Console, create an API token following Create an API token. Okta identifies this as an API key/API token and sends it in the Authorization header with the SSWS scheme.