Cookie consent

By clicking “Accept”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.

Introduction to Cutover API

Our API gives you programmatic access to Cutover’s platform and resources such as your workspaces, runbooks, tasks, teams and users. You can connect other systems to Cutover and build sophisticated automated processes, extending your Cutover instance’s functionality and capabilities.  

Cutover’s API is RESTful. This means common HTTP methods (GET, PATCH, POST and DELETE) are used to access and manipulate resources via predictable resource-oriented URLs. For instance, retrieving a list of runbooks from a workspace is done via 

GET https://api.[cutover_instance_name].cutover.com/core/runbooks

Our API accepts and returns JSON in the HTTP body, and it returns standard HTTP response codes (such as 200 OK or 401 Unauthorized, for example).

To get started with our API, you need to:

Contact your Customer Success Manager (CSM) if you need further guidance on our API.