The public API
The API is available on Operator plans and up.
Authentication
Create a token under API tokens in the app. Send it as a bearer token:
Authorization: Bearer <your-token>
Endpoints
GET /api/v1/domains— your tracked domains with current scores.GET /api/v1/domains/{domain}— a single domain's detail.GET /api/v1/scores— score history.GET /api/v1/backlink-events— referring-domain gained/lost events.GET /api/v1/me— your account + plan limits.
Responses are JSON. Rate limits follow your plan's daily API allowance.