Skip to main content
Uncommitted Lines of Credit

Uncommitted Lines of Credit.

The Uncommitted Line of Credit object
{
  "amount": 100,
  "created_at": "2020-01-31T23:59:59Z",
  "entity_id": "entity_n8y8tnk2p9339ti393yi",
  "id": "uncommitted_line_of_credit_vgqqm9ny1bl7ru5th776",
  "program_id": "program_i2v2os4mwza1oetokh9i",
  "type": "uncommitted_line_of_credit"
}
Attributes
amount
integer

The pending amount in USD cents.

created_at
string

The timestamp when the Uncommitted Line of Credit was created.

entity_id
string

The identifier of the Entity that the Uncommitted Line of Credit is associated with.

More about Entities.
id
string

The identifier of the Uncommitted Line of Credit.

program_id
string

The identifier of the Program that the Uncommitted Line of Credit is associated with.

More about Programs.
type
string

A constant representing the object’s type. For this resource it will always be uncommitted_line_of_credit.

List Uncommitted Lines of Credit
curl \
  --url "${INCREASE_URL}/uncommitted_lines_of_credit" \
  -H "Authorization: Bearer ${INCREASE_API_KEY}"
Returns a list response :
{
  "data": [
    { /* Uncommitted Line of Credit object */ },
    { /* Uncommitted Line of Credit object */ }
    /* ... */
  ],
  "next_cursor": "v57w5d",
}
Parameters
More parameters
cursor
string
limit
integer
Retrieve an Uncommitted Line of Credit
curl \
  --url "${INCREASE_URL}/uncommitted_lines_of_credit/uncommitted_line_of_credit_vgqqm9ny1bl7ru5th776" \
  -H "Authorization: Bearer ${INCREASE_API_KEY}"
Parameters
uncommitted_line_of_credit_id
string
Required

The identifier of the Uncommitted Line of Credit.