Skip to main content
GET
List credit facilities
This endpoint returns a paginated list of credit facilities across all buyers registered on your platform. Use it to monitor overall credit utilization or audit facility statuses in bulk. Unlike the per-buyer facility endpoint, this view gives you a platform-wide perspective – useful for risk monitoring dashboards and customer success workflows.
Pass buyer_external_ids to pull facilities for a known set of buyers in one call, rather than making one Retrieve facility request per buyer.

Authorizations

Authorization
string
header
required

Your Tilta API key, sent as Bearer <key>.

Query Parameters

limit
integer
default:100

The number of records to be taken.

Required range: x <= 100
Example:

100

offset
integer
default:0

The number of records to be skipped.

Example:

0

buyer_external_ids
string

List of buyer external IDs to filter by.

Example:

"buyer_id_1,buyer_id_2"

Response

List of credit facilities

limit
integer
required

The number of taken records.

Required range: x >= 0
Example:

100

offset
integer
required

The number of skipped records.

Required range: x >= 0
Example:

0

total
integer
required

Total number of records

Required range: x >= 0
Example:

140

items
object[]
required

List of credit facilities.