Whether a funded business can renew
Currently a documented stub: Capvant receives no renewal feed from the panel, so this answers not_available with the reason rather than a guess. The shape is final.
AuthorizationBearer <token>
An access token from POST /oauth/token. Valid for one hour. Preferred, because a leaked request log then exposes an hour rather than a permanent credential.
In: header
Path Parameters
id*string
The lead id returned by POST /leads.
Format
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
Shell
curl -X GET "https://sandbox.capvant.com/leads/497f6eca-6276-4993-bfeb-53cbbbba6f08/renewal-eligibility"JSON
{ "lead_id": "string", "status": "not_available", "eligible": true, "reason": "string", "detail": "string", "max_fundable_amount": 0, "currency": "GBP", "checked_at": "string"}