Moropo API

This set of pages for our API is intended for examples and hints only - up-to-date self-generating documentation for the API, including steps to generate curl templates can be found at https://api.moropo.com/docs.

Moropo has an API containing a suite of endpoints for performing a range of functions outside the main UI. This is intended for users who require triggering tests from CI-CD pipelines, but do not meet the requirements to use some of the native integrations like the GitHub Action. Available endpoints:

Endpoints are used by calling with the HTTP methods POST, GET, PUT, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations respectively. Please see the individual pages for available methods against each endpoint.

Last updated