v1
latestOpenAPI 3.1.02026-07-24233206489.1 KBapplications
List applications
Get a list of all applications
get/v1/capitals/applications
Query parameters
afterstring
Forward pagination
limitinteger
Items per page (default: 5)
Response
Successfully retrieved list of applications
Example response
{
"data": [
{
"account_id": "org_1",
"currency": "PHP",
"id": "apl_1",
"interest_fee": 550,
"offer_id": "offer_1",
"principal_amount": 50000,
"purpose": "Expand business inventory",
"term": 12
}
]
}