Skip to main content
POST
/
v1
/
reports
/
{id}
/
underwriting
Underwriting
curl --request POST \
  --url https://api.swippee.com/v1/reports/{id}/underwriting \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "monthly_obligations": 123,
  "requested_amount": 123,
  "tenure_months": 123
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Path Parameters

id
string
required

Body

application/json
monthly_obligations
number

Existing obligations not visible on the statement.

requested_amount
number
tenure_months
integer

Response

A product view of a completed report

The response is of type object.