GraphQL API
The full platform surface: create scans, follow their progress, pull tickets and download reports.
$ curl -X POST https://api.ostorlab.co/apis/graphql_token/ \
-H "X-Api-Key: $OSTORLAB_KEY" \
-H "Content-Type: application/json" \
-d '{"query": "{ scans { scans { id title progress } } }"}'
Open the API reference