Newforma · OAuth Scopes

Newforma OAuth Scopes

OAuth 2.0 searched

Newforma publishes 14 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Newforma API on a user’s behalf.

Tokens are issued from https://auth.bimtrackapp.co/connect/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.

CompanyAECConstructionArchitectureEngineeringBIMBuilding Information ModelingProject ManagementIssue TrackingCollaboration
Scopes: 14 Flows: authorizationCode, clientCredentials Method: searched

OAuth endpoints

Authorization URL
https://auth.bimtrackapp.co/connect/authorize
Token URL
https://auth.bimtrackapp.co/connect/token
Flows
authorizationCodeclientCredentials

Scopes (14)

ScopeDescriptionFlows
openid OpenID Connect authentication (required for OIDC verification).
profile Access to the user's basic profile claims.
email Access to the user's email claim.
offline_access Issue refresh tokens for long-lived access.
BIMTrack_Api Access to the Newforma Konekt (BIM Track) REST API.
BIMTrackEvent_Api Access to the Konekt events API surface.
BcfWebApi Access to the BCF (BIM Collaboration Format) REST API.
BIMTrackOrganizations_Api Access to organization-level Konekt resources.
IdentityServerApi Access to the IdentityServer administrative API.
IdentityServer.HealthCheck IdentityServer health-check scope.
BIMTrack_Website Access to the Konekt web application surface.
FileManagement_Api Access to the file-management API surface (documented in the OAuth 2.0 guide).
DocumentControl_Api Access to the document-control API surface (documented in the OAuth 2.0 guide).
PIMTrack_Api Access to the PIM Track / project information management API surface (documented in the OAuth 2.0 guide).

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: searched
source: https://auth.bimtrackapp.co/.well-known/openid-configuration
docs: https://konekt.help.newforma.com/4408494681869-integrations-api/360008491831-api/360060182352-using-oauth-2-0/
schemes:
- name: OAuth2
  source: https://auth.bimtrackapp.co/.well-known/openid-configuration
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.bimtrackapp.co/connect/authorize
    tokenUrl: https://auth.bimtrackapp.co/connect/token
  - flow: clientCredentials
    tokenUrl: https://auth.bimtrackapp.co/connect/token
scopes:
- scope: openid
  description: OpenID Connect authentication (required for OIDC verification).
  sources: [oidc-discovery, docs]
- scope: profile
  description: Access to the user's basic profile claims.
  sources: [oidc-discovery]
- scope: email
  description: Access to the user's email claim.
  sources: [oidc-discovery]
- scope: offline_access
  description: Issue refresh tokens for long-lived access.
  sources: [oidc-discovery, docs]
- scope: BIMTrack_Api
  description: Access to the Newforma Konekt (BIM Track) REST API.
  sources: [oidc-discovery, docs]
- scope: BIMTrackEvent_Api
  description: Access to the Konekt events API surface.
  sources: [oidc-discovery]
- scope: BcfWebApi
  description: Access to the BCF (BIM Collaboration Format) REST API.
  sources: [oidc-discovery, docs]
- scope: BIMTrackOrganizations_Api
  description: Access to organization-level Konekt resources.
  sources: [oidc-discovery]
- scope: IdentityServerApi
  description: Access to the IdentityServer administrative API.
  sources: [oidc-discovery]
- scope: IdentityServer.HealthCheck
  description: IdentityServer health-check scope.
  sources: [oidc-discovery]
- scope: BIMTrack_Website
  description: Access to the Konekt web application surface.
  sources: [oidc-discovery]
- scope: FileManagement_Api
  description: Access to the file-management API surface (documented in the OAuth 2.0 guide).
  sources: [docs]
- scope: DocumentControl_Api
  description: Access to the document-control API surface (documented in the OAuth 2.0 guide).
  sources: [docs]
- scope: PIMTrack_Api
  description: Access to the PIM Track / project information management API surface (documented in the OAuth 2.0 guide).
  sources: [docs]