Synthetics

Number of APIs: 31

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

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

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

  4. Create a private location POST {{baseUrl}}/api/v1/synthetics/private-locations

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

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

  7. Get the list of all Synthetic tests GET {{baseUrl}}/api/v1/synthetics/tests?page_size=100&page_number=9874250

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

  9. Trigger Synthetic tests POST {{baseUrl}}/api/v1/synthetics/tests/trigger

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