xMatters REST API

REST API for managing people, groups, devices, on-call schedules, events, conferences, scenarios, sites, and integrations in xMatters. The base URL identifies the customer instance and uses the path /api/xm/1/. Authentication supports Basic auth with username/password, API key credentials, or OAuth 2.0 access tokens.

API entry from apis.yml

apis.yml Raw ↑
aid: xmatters:rest-api
name: xMatters REST API
description: REST API for managing people, groups, devices, on-call schedules, events, conferences, scenarios,
  sites, and integrations in xMatters. The base URL identifies the customer instance and uses the path
  /api/xm/1/. Authentication supports Basic auth with username/password, API key credentials, or OAuth
  2.0 access tokens.
humanURL: https://help.xmatters.com/xmapi/
baseURL: https://{company}.xmatters.com/api/xm/1
tags:
- People
- Groups
- On-Call
- Events
- Scenarios
- Integrations
properties:
- type: Documentation
  url: https://help.xmatters.com/xmapi/
- type: API Introduction
  url: https://help.xmatters.com/ondemand/api/intro-xmatters-apis.htm
- type: OAuth Authentication
  url: https://help.xmatters.com/ondemand/api/oauth.htm
- type: API Keys
  url: https://help.xmatters.com/ondemand/user/apikeys.htm