Physna · OAuth Scopes

Physna OAuth Scopes

OAuth 2.0 searched

Physna publishes 6 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Physna API on a user’s behalf.

Tokens are issued from https://physna.okta.com/oauth2/default/v1/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyAi3DGeometric SearchManufacturingEngineeringMachine LearningSearchComputer VisionProduct Development
Scopes: 6 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://physna.okta.com/oauth2/default/v1/authorize
Token URL
https://physna.okta.com/oauth2/default/v1/token
Flows
authorizationCode

Scopes (6)

ScopeDescriptionFlows
Administrators
Authors
Viewers
openid authorizationCode
roles authorizationCode
tenant authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/physna-openapi-original.json
docs: https://physna.github.io/public-api-guide/api-reference/authentication.html
notes: >-
  Scopes declared on the okta authorizationCode flow are openid, tenant, and
  roles. The public API guide's client_credentials example additionally
  requests the composite scope string `tenantApp roles`. Administrators,
  Authors, and Viewers are role values surfaced through the roles scope, not
  standalone OAuth scopes.
schemes:
- name: okta
  source: openapi/physna-openapi-original.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://physna.okta.com/oauth2/default/v1/authorize
    tokenUrl: https://physna.okta.com/oauth2/default/v1/token
scopes:
- scope: Administrators
  sources:
  - openapi/physna-openapi-original.json
- scope: Authors
  sources:
  - openapi/physna-openapi-original.json
- scope: Viewers
  sources:
  - openapi/physna-openapi-original.json
- scope: openid
  flows:
  - authorizationCode
  sources:
  - openapi/physna-openapi-original.json
- scope: roles
  flows:
  - authorizationCode
  sources:
  - openapi/physna-openapi-original.json
- scope: tenant
  flows:
  - authorizationCode
  sources:
  - openapi/physna-openapi-original.json