Skip to main content
Version: development

Audit API

Lawwwing Audit analyses a website's compliance status and produces a structured report. It is designed to qualify prospects and support the sale: you identify the gaps on a website that is not yet a customer and use that diagnosis in the commercial conversation.

If you are already a partner, you can run audits manually from the dashboard. The API lets you automate the same flow from your CRM, your website or your own lead-capture tools.

API access requires prior onboarding

The Audit API is part of Lawwwing Integrations. Authenticated calls need a token that we issue after the onboarding process.

πŸ‘‰ Request access

What does it bring to your sales process?​

BenefitDescription
Data-backed prospectingYou analyse a lead's website before the meeting and arrive with a concrete diagnosis.
Sales argumentThe report turns non-compliance into a visible need for the prospect.
Two ways to use itYou run it by hand from the partner dashboard or automate it through the API.
Fits your systemsThe API slots into a CRM, a capture form or the onboarding of a potential customer.

Partner dashboard or API​

Partner dashboardAPI
UsageManual, case by caseProgrammatic, from your systems
Ideal forOne-off meetings and demosVolume, CRMs and capture flows
AccessAvailable in the partner dashboardAPI token after onboarding

The result is the same analysis. The API exists so you can launch it and retrieve it without going through the dashboard, when Audit is part of an automated process.

How does the API work?​

StepIn your sales flowCall to LawwwingResult
1You identify a prospect and their websitePOST /api/v1/jobs/You get the job id
2You wait for the analysis to finishGET /api/v1/jobs/{job_id}/The job moves through pending and started
3You use the report in the saleNot applicableWhen the status is processed, result contains the diagnosis

The analysis is asynchronous by default: you create the job, store the identifier and poll the status until it finishes. Most audits complete in less than a minute.

Prerequisites​

Before integrating the API, make sure that:

  • You have your own backend able to make authenticated calls. The token must never be exposed in the browser.
  • You have the API token we issue after the onboarding process.
  • You have a place to display or store the report, for example the lead record in your CRM.

Technical reference​

The canonical reference for endpoints, parameters and responses is the Audit API documentation:

This documentation explains the use case, access and the integration flow. For the detail of each field, use the reference above.

How do I get started?​

  1. Request access and receive your API token.
  2. Follow the integration guide to create a job and retrieve the result.
  3. Check the API reference when you need the details of an endpoint.
🀝 Book a call