Accelo · Authentication Profile

Accelo Authentication

Authentication

Accelo secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

Professional Services AutomationProject ManagementCRMTime TrackingInvoicingService Operations
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth2 oauth2
· flows: authorizationCode, clientCredentials

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/accelo-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://{deployment}.api.accelo.com/oauth2/v0/authorize
    tokenUrl: https://{deployment}.api.accelo.com/oauth2/v0/token
    scopes: 0
  - flow: clientCredentials
    tokenUrl: https://{deployment}.api.accelo.com/oauth2/v0/token
    scopes: 0
  sources:
  - openapi/accelo-openapi.yml