Cutover Core API

The Cutover Core API is a RESTful, JSON:API-style interface for programmatically managing workspaces, runbooks, tasks, teams, and users in the Cutover collaborative automation platform. It uses predictable resource-oriented URLs, standard HTTP methods (GET, POST, PATCH, DELETE), bearer User App Token authentication, date-based API versioning via an Api-Version header, page-based pagination, and a JSON:API errors[] envelope. It powers runbook creation from templates, task orchestration, user and team administration, and integration-driven automation.

API entry from apis.yml

apis.yml Raw ↑
name: Cutover Core API
description: The Cutover Core API is a RESTful, JSON:API-style interface for programmatically managing
  workspaces, runbooks, tasks, teams, and users in the Cutover collaborative automation platform. It uses
  predictable resource-oriented URLs, standard HTTP methods (GET, POST, PATCH, DELETE), bearer User App
  Token authentication, date-based API versioning via an Api-Version header, page-based pagination, and
  a JSON:API errors[] envelope. It powers runbook creation from templates, task orchestration, user and
  team administration, and integration-driven automation.
humanURL: https://developer.cutover.com/cutover-api
baseURL: https://api.cutover.com/core
tags:
- Runbook Automation
- IT Operations
- Orchestration
properties:
- type: Documentation
  url: https://developer.cutover.com/cutover-api
- type: APIReference
  url: https://developer.cutover.com/endpoints
- type: GettingStarted
  url: https://developer.cutover.com/cutover-api/developer-role
- type: Authentication
  url: https://developer.cutover.com/cutover-api/authentication