Getting started with the Tracker API
Connect a reporting integration to Rankability projects, read truthful result snapshots, and start scans only when required.
Base path and scopes
https://app.rankability.com/api/agent/v1/reporterScope
Use it for
1. List available projects
curl "https://app.rankability.com/api/agent/v1/reporter/projects?limit=50" \
-H "Authorization: Bearer rk_live_YOUR_KEY"2. Read project detail
curl https://app.rankability.com/api/agent/v1/reporter/projects/PROJECT_ID \
-H "Authorization: Bearer rk_live_YOUR_KEY"3. Read results with an explicit snapshot method
4. Read trends
5. Start a scan only when necessary
Next steps
Last updated
Was this helpful?