Moropo API
Last updated
Last updated
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 .
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 . 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.