For the complete documentation index, see llms.txt. This page is also available as Markdown.

Servicings

Per-borrower servicing relationship hubs. Only applicable to v3 of the protocol — earlier protocol versions do not expose servicings.

List servicings

get

List enabled Servicings (per-borrower relationship hubs). Only applicable to v3 of the protocol. Authentication is required. Users see servicings for borrowers they have access to.

Authorizations
x-api-keystringRequired

API key in the format: cc_xxx_yyy (for customer API routes)

Query parameters
organizationIdstring · uuid · max: 36Optional

Filter by borrower organization ID. Example: 550e8400-e29b-41d4-a716-446655440000

networkIdstring · max: 50Optional

Filter by network ID (CAIP-2 blockchain ID), e.g., eip155:1 (Ethereum), eip155:8453 (Base)

limitinteger · min: 1 · max: 100OptionalDefault: 20
offsetintegerOptionalDefault: 0
Responses
200

Default Response

application/json
get/v3/servicings

Get servicing by ID

get

Get a single Servicing by ID. Only applicable to v3 of the protocol. Authentication is required.

Authorizations
x-api-keystringRequired

API key in the format: cc_xxx_yyy (for customer API routes)

Path parameters
idstring · uuidRequired

Servicing ID. Example: 550e8400-e29b-41d4-a716-446655440000

Query parameters
Responses
200

Default Response

application/json
idstring · uuidRequired

Servicing unique identifier

Example: 550e8400-e29b-41d4-a716-446655440000
addressstringRequired

Servicing contract address

Example: 0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045
networkIdstringRequired

CAIP-2 network identifier

Example: eip155:8453
organizationIdstring · uuid · nullableRequired

Borrower organization ID

Example: 550e8400-e29b-41d4-a716-446655440000
get/v3/servicings/{id}

Last updated

Was this helpful?