Returns the user’s leads from ReadyLinks, with filters, pagination, and sort. Response is wrapped: { data: Lead[], pagination: {...}, filters: {...} }.
Lead surveyStatus (the survey’s own status) takes values pending, completed, converted, archived. The status query parameter (active, archived, all) toggles between active vs archived view.
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
active, archived, all Filter to leads from a specific ReadyLink (UUID).
1 <= x <= 500x >= 0created_at, updated_at, client_name, business_name, ai_readiness_score, composite_score asc, desc