Automate Management API - Contentstack

Number of APIs: 19

The Automate Management API Requests can be used to manage the content of your projects, automations, accounts, execution log, audit log, and project variables in an organization.

The Automate Management API Qodex Collection is a set of preconfigured REST API requests that will make it easy for you to get started with the Automate Management APIs and try out our API requests through the Qodex REST client.

Qodex Collection Details** **

  • Automate Management API Qodex Collection Version: 1.0.0
  • Last Updated: September 6, 2024
  1. Project Variables - Delete a project variable DELETE https://{{base_url}}/v1/projects/{{project_uid}}/variables/{{variable_uid}}

  2. Projects - Get a single project GET https://{{base_url}}/v1/projects/{{project_uid}}

  3. Projects - Update a project PUT https://{{base_url}}/v1/projects/{{project_uid}}

  4. Projects - Get all projects GET https://{{base_url}}/v1/projects

  5. Projects - Create a project POST https://{{base_url}}/v1/projects

  6. Projects - Delete a project DELETE https://{{base_url}}/v1/projects/{{project_uid}}

  7. Automations - Get all automations GET https://{{base_url}}/v1/projects/{{project_uid}}/automations

  8. Automations - Get a single automation GET https://{{base_url}}/v1/projects/{{project_uid}}/automations/{{automation_uid}}

  9. Automations - Activate/Deactivate an automation PATCH https://{{base_url}}/v1/projects/{{project_uid}}/automations/{{automation_uid}}

  10. Execution Logs - Get execution log GET https://{{base_url}}/v1/projects/{{project_uid}}/executions