ServiceChannel · Authentication Profile

Servicechannel Authentication

Authentication

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

CompanyServicesFacilities ManagementWork OrdersField ServiceMaintenanceAsset ManagementService ProvidersInvoicing
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-21'
method: searched
source: openapi/servicechannel-fixxbook-openapi-original.json, openapi/servicechannel-service-automation-openapi-original.json
docs: https://developer.servicechannel.com/
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.servicechannel.com/oauth/authorize
    tokenUrl: https://login.servicechannel.com/oauth/token
    sandbox_authorizationUrl: https://sb2login.servicechannel.com/oauth/authorize
    sandbox_tokenUrl: https://sb2login.servicechannel.com/oauth/token
    scopes: 0
  description: >-
    OAuth2 authorization-code grant. Register an application to obtain a
    client_id and client_secret, then exchange for a bearer access token sent as
    Authorization: Bearer <token>. No granular OAuth scopes are declared; access
    is governed by the authenticated user's ServiceChannel security permissions
    (error code 504 = call rejected by security permissions).
  sources:
  - openapi/servicechannel-fixxbook-openapi-original.json
  - openapi/servicechannel-service-automation-openapi-original.json