Aura Logo
AuraAPI Docs
OpenapiV1Lead qualifications

Qualify a lead

POST
/v1/lead-qualifications
answers?
Default{}
consent_referencestring
Length1 <= length <= 200
emailstring
Formatemail
full_namestring
Length1 <= length <= 200
lead_id?string
Formatuuid
phone?string
Length7 <= length <= 40
providers?array<string>
Default["plaid","experian","equifax","transunion"]
Items1 <= items <= 4

Response Body

application/json

application/json

application/json

curl -X POST "https://api.aura-app.ai/v1/lead-qualifications" \  -H "Content-Type: application/json" \  -d '{    "consent_reference": "string",    "email": "user@example.com",    "full_name": "string"  }'
{
  "consent_reference": "string",
  "created_at": "string",
  "email": "string",
  "full_name": "string",
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "latency_ms": 0,
  "lead_id": "9bddab70-98e6-43a9-8f32-c9788b9de0c0",
  "providers": [
    {
      "error_category": "string",
      "latency_ms": 0,
      "provider": "string",
      "request_id": "string",
      "signals": [
        "string"
      ],
      "status": "completed"
    }
  ],
  "qualification": "qualified",
  "reasons": [
    "string"
  ],
  "route": "book_call",
  "score": 100,
  "status": "completed",
  "tier": "A"
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "requestId": "string",
  "success": false
}
{
  "code": "string",
  "error": "string",
  "message": "string",
  "requestId": "string",
  "success": false
}