Testery REST API
Authenticate with the Testery REST API
curl -H 'Accept: application/json' -H 'Content-Type:application/json' \
-H 'Authorization: Bearer <yourApiToken>' \
"https://api.testery.io/api/test-runs?offset=0&limit=10"Last updated
Was this helpful?