Trelica · OAuth Scopes

Trelica OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://app.trelica.com/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.

Contract ManagementIT ManagementLicense ManagementSaaS ManagementSoftware Asset Management
Scopes: 9 Flows: clientCredentials, authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://app.trelica.com/connect/authorize
Token URL
https://app.trelica.com/connect/token
Flows
clientCredentialsauthorizationCode

Scopes (9)

ScopeDescriptionFlows
Apps.Read Read application data authorizationCode, clientCredentials
Apps.Users.Read Read application user data authorizationCode, clientCredentials
Assets.Read Read asset data authorizationCode, clientCredentials
AuditLog.Read Read audit log entries authorizationCode, clientCredentials
Contracts.Read Read contract data authorizationCode, clientCredentials
People.Read Read people data authorizationCode, clientCredentials
People.Write Create and update people records authorizationCode, clientCredentials
Users.Read Read users via SCIM authorizationCode, clientCredentials
Workflows.Read Read workflow data authorizationCode, clientCredentials

Source

OAuth Scopes

trelica-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/trelica-rest-api-openapi.yml
schemes:
- name: OAuth2ClientCredentials
  source: openapi/trelica-rest-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://app.trelica.com/connect/token
  description: OAuth 2.0 Client Credentials flow for server-to-server integrations
- name: OAuth2AuthorizationCode
  source: openapi/trelica-rest-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.trelica.com/connect/authorize
    tokenUrl: https://app.trelica.com/connect/token
  description: OAuth 2.0 Authorization Code flow for third-party developer apps
scopes:
- scope: Apps.Read
  description: Read application data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: Apps.Users.Read
  description: Read application user data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: Assets.Read
  description: Read asset data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: AuditLog.Read
  description: Read audit log entries
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: Contracts.Read
  description: Read contract data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: People.Read
  description: Read people data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: People.Write
  description: Create and update people records
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: Users.Read
  description: Read users via SCIM
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml
- scope: Workflows.Read
  description: Read workflow data
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trelica-rest-api-openapi.yml