O

Okta Admin Management API

REST discovered

Details
URL
https://{yourOktaDomain}/api/v1
Docs
https://developer.okta.com/docs/api
Authentication
Okta OAuth 2.0 access token oauth2 discovered Set up OAuth ↗
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.

Okta API token api_key discovered Get key ↗
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.