Trail · OAuth Scopes

Trail OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from /api/evo_api/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.

CompanyHospitalityChecklistsTask ManagementComplianceFood SafetyOperations
Scopes: 4 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://preprodidentity.accessacloud.com/connect/authorize
Token URL
/api/evo_api/oauth/token
Flows
authorizationCode

Scopes (4)

ScopeDescriptionFlows
access.trail.api Trail API authorizationCode
email Email authorizationCode
openid OpenID authorizationCode
profile Profile authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/trail_evo_api_v1.yaml
schemes:
- name: oauth2
  source: openapi/trail_evo_api_v1.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://preprodidentity.accessacloud.com/connect/authorize
    tokenUrl: /api/evo_api/oauth/token
scopes:
- scope: access.trail.api
  description: Trail API
  flows:
  - authorizationCode
  sources:
  - openapi/trail_evo_api_v1.yaml
- scope: email
  description: Email
  flows:
  - authorizationCode
  sources:
  - openapi/trail_evo_api_v1.yaml
- scope: openid
  description: OpenID
  flows:
  - authorizationCode
  sources:
  - openapi/trail_evo_api_v1.yaml
- scope: profile
  description: Profile
  flows:
  - authorizationCode
  sources:
  - openapi/trail_evo_api_v1.yaml