Propel Software (Propel PLM) OAuth Scopes

OAuth 2.0 derived

Propel Software (Propel PLM) publishes 4 OAuth 2.0 scopes via the implicit and authorizationCode flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Propel Software (Propel PLM) API on a user’s behalf.

Tokens are issued from https://login.salesforce.com/services/oauth2/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.

CompanyProduct Lifecycle ManagementPLMQuality ManagementQMSProduct Information ManagementPIMManufacturingSalesforceBill of MaterialsChange Management
Scopes: 4 Flows: implicit, authorizationCode Method: derived

OAuth endpoints

Authorization URL
{{url}}{{site}}/services/oauth2/authorize https://login.salesforce.com/services/oauth2/authorize
Token URL
https://login.salesforce.com/services/oauth2/token
Flows
implicitauthorizationCode

Scopes (4)

ScopeDescriptionFlows
api Enable read and write access to Propel objects authorizationCode, implicit
full Full access authorizationCode
refresh_token Obtain refresh tokens for offline access authorizationCode
web Web access authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-20'
method: derived
source: openapi/propelplm-configuration-openapi.yml, openapi/propelplm-core-openapi.yml, openapi/propelplm-manufacturer-item-openapi.yml,
  openapi/propelplm-manufacturer-part-openapi.yml, openapi/propelplm-pim-openapi.yml
schemes:
- name: oAuth2Implicit
  source: openapi/propelplm-configuration-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: '{{url}}{{site}}/services/oauth2/authorize'
  description: This API uses OAuth 2 with the implicit grant flow.
- name: salesforceOAuth
  source: openapi/propelplm-core-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
  description: Salesforce OAuth 2.0 (Connected App). Server-side (authorization code) flow.
- name: oAuth2Implicit
  source: openapi/propelplm-manufacturer-item-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: '{{url}}{{site}}/services/oauth2/authorize'
  description: This API uses OAuth 2 with the implicit grant flow.
- name: oAuth2Implicit
  source: openapi/propelplm-manufacturer-part-openapi.yml
  flows:
  - flow: implicit
    authorizationUrl: '{{url}}{{site}}/services/oauth2/authorize'
  description: This API uses OAuth 2 with the implicit grant flow.
- name: salesforceOAuth
  source: openapi/propelplm-pim-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.salesforce.com/services/oauth2/authorize
    tokenUrl: https://login.salesforce.com/services/oauth2/token
scopes:
- scope: api
  description: Enable read and write access to Propel objects
  flows:
  - authorizationCode
  - implicit
  sources:
  - openapi/propelplm-configuration-openapi.yml
  - openapi/propelplm-core-openapi.yml
  - openapi/propelplm-manufacturer-item-openapi.yml
  - openapi/propelplm-manufacturer-part-openapi.yml
  - openapi/propelplm-pim-openapi.yml
- scope: full
  description: Full access
  flows:
  - authorizationCode
  sources:
  - openapi/propelplm-core-openapi.yml
- scope: refresh_token
  description: Obtain refresh tokens for offline access
  flows:
  - authorizationCode
  sources:
  - openapi/propelplm-core-openapi.yml
- scope: web
  description: Web access
  flows:
  - authorizationCode
  sources:
  - openapi/propelplm-core-openapi.yml