Sign in

List authorization servers

documented

Lists custom OAuth 2.0 authorization servers.

GET /api/v1/authorizationServersAuthorization Serversno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{OKTA_DOMAIN}}/api/v1/authorizationServers" \
  -X GET \
  -H "Authorization: SSWS {{OKTA_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List authorization servers · Okta · OpenIntegrations