partner-api
List questioner links
List all questioner links generated by this partner.
get/api/partner/links
Response
Successful Response
Example response
{
"success": true,
"data": [
{
"application_id": "a1b2c3d4-0000-1111-2222-333344445555",
"lead_id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"token": "abc123xyz",
"public_url": "https://apply.riskcube.com/q/abc123xyz",
"contact_name": "John Carter",
"contact_email": "john@globaltrade.com",
"company_name": "Global Trade Co.",
"coverages": [
"credit-insurance"
],
"status": "in-progress",
"progress_percentage": 50,
"created_at": "2026-06-12T10:00:00Z",
"submitted_at": "2026-06-13T14:22:00Z",
"expires_at": "2026-07-12T00:00:00Z"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.