Skip to main content

GET /api/v1/metrics/summary

Compact KPI snapshot + top N posts by impressions. Query params
Response

POST /api/v1/refresh-posts

Trigger a fresh pull of LinkedIn data. Rate-limited at 5 req/min.
Response
Use the returned job_id to poll the status endpoint until completion.

GET /api/v1/refresh-posts/<job_id>

Poll refresh job status.
Response
status is one of pending, running, finished, success, error. Returns 404 if the job doesn’t exist OR was started by another user.