How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Okta AuthorizationServer API

The AuthorizationServer API from Okta — 21 operation(s) for authorizationserver.

Okta AuthorizationServer API is one of 28 APIs that Okta publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include AuthorizationServer. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, authentication docs, rate-limit docs, a JSON-LD context, and 4 JSON Schemas.

This API exposes 38 operations across 21 paths, and defines 56 schemas. It is described by OpenAPI 3.0.1, at version 2.16.0.

Requests are made against a single base URL, https://your-subdomain.okta.com/.

38 operations 21 paths 56 schemas 7 DELETE14 GET12 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.16.0
Base URL
https://your-subdomain.okta.com
Authentication
API Key
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Okta AuthorizationServer API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_token).

  • api_token — SSWS {API Token}

Paths & Operations 38

Across 21 paths, the API surfaces 38 operations — 7 DELETE, 14 GET, 12 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

AuthorizationServer 38
GET
/api/v1/authorizationServers
Success
listAuthorizationServers 3 params → 200
POST
/api/v1/authorizationServers
Success
createAuthorizationServer body → 200201
GET
/api/v1/authorizationServers/{authServerId}
Success
getAuthorizationServer 1 param → 200
PUT
/api/v1/authorizationServers/{authServerId}
Success
updateAuthorizationServer 1 param body → 200
DELETE
/api/v1/authorizationServers/{authServerId}
Success
deleteAuthorizationServer 1 param → 204
GET
/api/v1/authorizationServers/{authServerId}/claims
Success
listOAuth2Claims 1 param → 200
POST
/api/v1/authorizationServers/{authServerId}/claims
Success
createOAuth2Claim 1 param body → 200201
GET
/api/v1/authorizationServers/{authServerId}/claims/{claimId}
Success
getOAuth2Claim 2 params → 200
PUT
/api/v1/authorizationServers/{authServerId}/claims/{claimId}
Success
updateOAuth2Claim 2 params body → 200
DELETE
/api/v1/authorizationServers/{authServerId}/claims/{claimId}
Success
deleteOAuth2Claim 2 params → 204
GET
/api/v1/authorizationServers/{authServerId}/clients
Success
listOAuth2ClientsForAuthorizationServer 1 param → 200
GET
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens
Success
listRefreshTokensForAuthorizationServerAndClient 5 params → 200
DELETE
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens
Success
revokeRefreshTokensForAuthorizationServerAndClient 2 params → 204
GET
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId}
Success
getRefreshTokenForAuthorizationServerAndClient 4 params → 200
DELETE
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId}
Success
revokeRefreshTokenForAuthorizationServerAndClient 3 params → 204
GET
/api/v1/authorizationServers/{authServerId}/credentials/keys
Success
listAuthorizationServerKeys 1 param → 200
POST
/api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate
Success
rotateAuthorizationServerKeys 1 param body → 200
POST
/api/v1/authorizationServers/{authServerId}/lifecycle/activate
Success
activateAuthorizationServer 1 param → 200
POST
/api/v1/authorizationServers/{authServerId}/lifecycle/deactivate
Success
deactivateAuthorizationServer 1 param → 200
GET
/api/v1/authorizationServers/{authServerId}/policies
Success
listAuthorizationServerPolicies 1 param → 200
POST
/api/v1/authorizationServers/{authServerId}/policies
Success
createAuthorizationServerPolicy 1 param body → 200201
GET
/api/v1/authorizationServers/{authServerId}/policies/{policyId}
Success
getAuthorizationServerPolicy 2 params → 200
PUT
/api/v1/authorizationServers/{authServerId}/policies/{policyId}
Success
updateAuthorizationServerPolicy 2 params body → 200
DELETE
/api/v1/authorizationServers/{authServerId}/policies/{policyId}
Success
deleteAuthorizationServerPolicy 2 params → 204
POST
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate
Activate Authorization Server Policy
activateAuthorizationServerPolicy 2 params → 200
POST
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate
Deactivate Authorization Server Policy
deactivateAuthorizationServerPolicy 2 params → 200
GET
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules
Enumerates all policy rules for the specified Custom Authorization Server and Policy.
listAuthorizationServerPolicyRules 2 params → 200
POST
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules
Creates a policy rule for the specified Custom Authorization Server and Policy.
createAuthorizationServerPolicyRule 2 params body → 200
GET
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}
Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy.
getAuthorizationServerPolicyRule 3 params → 200
PUT
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}
Updates the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy.
updateAuthorizationServerPolicyRule 3 params body → 200
DELETE
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}
Deletes a Policy Rule defined in the specified Custom Authorization Server and Policy.
deleteAuthorizationServerPolicyRule 3 params → 204
POST
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate
Activate Authorization Server Policy Rule
activateAuthorizationServerPolicyRule 3 params → 200
POST
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate
Deactivate Authorization Server Policy Rule
deactivateAuthorizationServerPolicyRule 3 params → 200
GET
/api/v1/authorizationServers/{authServerId}/scopes
Success
listOAuth2Scopes 5 params → 200
POST
/api/v1/authorizationServers/{authServerId}/scopes
Success
createOAuth2Scope 1 param body → 200201
GET
/api/v1/authorizationServers/{authServerId}/scopes/{scopeId}
Success
getOAuth2Scope 2 params → 200
PUT
/api/v1/authorizationServers/{authServerId}/scopes/{scopeId}
Success
updateOAuth2Scope 2 params body → 200
DELETE
/api/v1/authorizationServers/{authServerId}/scopes/{scopeId}
Success
deleteOAuth2Scope 2 params → 204

Schemas 56

The contract defines 56 schemas that model the data the API accepts and returns. The most detailed are PolicyRuleConditions (21 properties), JsonWebKey (16 properties), OAuth2RefreshToken (12 properties), AuthorizationServer (12 properties). Each schema is shown below with its type and property counts.

InactivityPolicyRuleCondition
object
2 properties
MDMEnrollmentPolicyRuleCondition
object
2 properties
OAuth2Client
object
5 properties
BeforeScheduledActionPolicyRuleCondition
object
2 properties
AuthorizationServerPolicy
object
12 properties
OAuth2Actor
object
2 properties
AuthorizationServerPolicyRuleActions
object
1 property
GroupCondition
object
2 properties
AuthorizationServerPolicyRule
object
10 properties
OAuth2RefreshToken
object
12 properties
DevicePolicyRuleCondition
object
4 properties
PasswordPolicyAuthenticationProviderCondition
object
2 properties
AppAndInstanceConditionEvaluatorAppOrInstance
object
3 properties
AuthorizationServerCredentials
object
1 property
ScheduledUserLifecycleAction
object
1 property
TokenAuthorizationServerPolicyRuleAction
object
4 properties
TokenAuthorizationServerPolicyRuleActionInlineHook
object
1 property
PolicyNetworkCondition
object
3 properties
PlatformConditionEvaluatorPlatformOperatingSystem
object
3 properties
AuthorizationServerPolicyRuleConditions
object
4 properties
AuthorizationServerCredentialsSigningConfig
object
5 properties
OAuth2ClaimConditions
object
1 property
UserLifecycleAttributePolicyRuleCondition
object
2 properties
Duration
object
2 properties
AuthorizationServerCredentialsRotationMode
string
PlatformConditionEvaluatorPlatformOperatingSystemVersion
object
2 properties
IdentityProviderPolicyRuleCondition
object
2 properties
AppAndInstancePolicyRuleCondition
object
2 properties
AppInstancePolicyRuleCondition
object
2 properties
PlatformConditionEvaluatorPlatform
object
2 properties
UserIdentifierPolicyRuleCondition
object
3 properties
RiskPolicyRuleCondition
object
1 property
OAuth2Claim
object
11 properties
PolicyType
string
UserPolicyRuleCondition
object
6 properties
RiskScorePolicyRuleCondition
object
1 property
OAuth2Scope
object
8 properties
PolicyRuleAuthContextCondition
object
1 property
ContextPolicyRuleCondition
object
1 property
GrantTypePolicyRuleCondition
object
1 property
OAuth2ScopesMediationPolicyRuleCondition
object
1 property
AuthorizationServerCredentialsUse
string
LifecycleExpirationPolicyRuleCondition
object
3 properties
GroupPolicyRuleCondition
object
2 properties
ClientPolicyCondition
object
1 property
AuthorizationServer
object
12 properties
JsonWebKey
object
16 properties
UserStatusPolicyRuleCondition
object
1 property
DevicePolicyRuleConditionPlatform
object
2 properties
UserIdentifierConditionEvaluatorPattern
object
2 properties
JwkUse
object
1 property
UserCondition
object
2 properties
PolicyPeopleCondition
object
2 properties
PlatformPolicyRuleCondition
object
2 properties
PasswordExpirationPolicyRuleCondition
object
2 properties
PolicyRuleConditions
object
21 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

okta-authorizationserver-api-openapi.yml Raw ↑

Other APIs Okta publishes across the network.

Cross-App Access (XAA)
Okta for AI Agents
Okta Application API
Okta Authenticator API
Okta Brand API
Okta Domain API
Okta EventHook API
Okta Feature API
Okta Group API
Okta GroupSchema API
Okta IdentityProvider API
Okta InlineHook API
Where this information came from

This is an independent, third-party profile of Okta AuthorizationServer API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.