Skip to content

Instantly share code, notes, and snippets.

@justaguywhocodes
Created April 30, 2025 19:03
Show Gist options
  • Save justaguywhocodes/20f2af06e09045d7de1c4a535ddda1bd to your computer and use it in GitHub Desktop.
Save justaguywhocodes/20f2af06e09045d7de1c4a535ddda1bd to your computer and use it in GitHub Desktop.
curl -H "Authorization: VEC1 <your-api-key>" -H "Content-Type: application/json" \
-d '{"query":"query { testcases(db: \"AMER\") { nodes { id name } }}"}' \
-X POST https://<vectr_hostname>/sra-purpletools-rest/graphql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment