Skip to content

Ingest a new partner application

POST
/capital/ingest

Submit a new business application for processing. Returns a unique FairFigure ID for tracking.

Authorizations

bearerAuth

Enter your API Key with the Bearer prefix, e.g. 'Bearer '

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"email": "[email protected]",
"business_name": "Acme Corp",
"ein": "123456789"
}

Responses

Application processed successfully

application/json
JSON
{
"message": "Application processed successfully. User will receive login instructions via email within a few minutes.",
"data": {
"fundex_id": "FFASD123K"
}
}

Playground

Authorization
Body

Samples