v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBconfigs
Get lender configuration
Returns the current configuration for the lender
get/v1/capitals/lenders/{lender_id}/configs
Path parameters
lender_idstring required
Lender ID
Response
Lender configuration
Example response
{
"data": {
"lender_id": "org_1",
"offer_notification_template_id": "C9813467-A266-406F-8155-9BCEBED87C73",
"status": "active",
"supporting_documents": [
{
"document_type": "government_id",
"required": true
}
]
}
}