OpenapiV1Lead qualifications
Qualify a lead
answers?
Default
{}consent_referencestring
Length
1 <= length <= 200emailstring
Format
emailfull_namestring
Length
1 <= length <= 200lead_id?string
Format
uuidphone?string
Length
7 <= length <= 40providers?array<string>
Default
["plaid","experian","equifax","transunion"]Items
1 <= items <= 4Response 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
}