xMatters · Authentication Profile

Xmatters Authentication

Authentication

xMatters secures its APIs with http and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the password flow(s).

Incident ManagementOn-CallAlertingService ReliabilityDevOpsCommunicationWorkflow Automation
Methods: http, oauth2 Schemes: 2 OAuth flows: password API key in:

Security Schemes

BasicAuth http
scheme: basic
OAuth2 oauth2
· flows: password

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/xmatters-openapi.yml
summary:
  types:
  - http
  - oauth2
  oauth2_flows:
  - password
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  description: HTTP Basic authentication using a username and password or API key.
  sources:
  - openapi/xmatters-openapi.yml
- name: OAuth2
  type: oauth2
  flows:
  - flow: password
    tokenUrl: https://{company}.{deployment}.xmatters.com/api/xm/1/oauth2/token
    scopes: 0
  sources:
  - openapi/xmatters-openapi.yml