ptc-thingworx · OAuth Scopes

ptc-thingworx OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://thingworx.example.com/oauth/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.

Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://thingworx.example.com/oauth/authorize
Token URL
https://thingworx.example.com/oauth/token
Flows
authorizationCode

Scopes (1)

ScopeDescriptionFlows
THINGWORX Access ThingWorx REST API authorizationCode

Source

OAuth Scopes

ptc-thingworx-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ptc-thingworx-rest-openapi.yml
schemes:
- name: oauth2
  source: openapi/ptc-thingworx-rest-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://thingworx.example.com/oauth/authorize
    tokenUrl: https://thingworx.example.com/oauth/token
scopes:
- scope: THINGWORX
  description: Access ThingWorx REST API
  flows:
  - authorizationCode
  sources:
  - openapi/ptc-thingworx-rest-openapi.yml