Synthetics

Number of APIs: 31

  1. Get details of batch GET {{baseUrl}}/api/v1/synthetics/ci/batch/:batch_id

  2. Delete tests POST {{baseUrl}}/api/v1/synthetics/tests/delete

  3. Create a browser test POST {{baseUrl}}/api/v1/synthetics/tests/browser

  4. Create an API test POST {{baseUrl}}/api/v1/synthetics/tests/api

  5. Edit an API test PUT {{baseUrl}}/api/v1/synthetics/tests/api/:public_id

  6. Edit a browser test PUT {{baseUrl}}/api/v1/synthetics/tests/browser/:public_id

  7. Pause or start a test PUT {{baseUrl}}/api/v1/synthetics/tests/:public_id/status

  8. Trigger tests from CI/CD pipelines POST {{baseUrl}}/api/v1/synthetics/tests/trigger/ci

  9. Get an API test GET {{baseUrl}}/api/v1/synthetics/tests/api/:public_id

  10. Get a browser test GET {{baseUrl}}/api/v1/synthetics/tests/browser/:public_id