Skip to main content
GET
Get administration credit case by id

Authorizations

Authorization
string
header
required

OAuth2 access token or static API token. See Authorization for how to obtain one.

Path Parameters

id
string
required

Credit case identifier

Query Parameters

administration_id
string
required

Administration identifier

fields
string

JSON object defining fields to receive (e.g {"only": ["field1", {"field2": ["field3"]}]})

Response

Credit case

CustomerApi_V1_CreditCaseEntity model

case_number
string
required

Case number

credit_case_number
string
required

Formatted credit case number

currency_code
string
required

Currency code

administration_id
string
required

Owning administration identifier

debt_collection_costs
string
required

Debt collection costs

total_amount
string
required

Total amount of the credit case

open_amount
string
required

Total open amount of the credit case

id
string
required

Unique identifier

interest_costs
string
required

Interest

debtor_id
string
required

Associated debtor identifier

started_at
string<date-time>
required

Timestamp at which the credit case was started

updated_at
string<date-time>
required

Timestamp at which the credit case was last updated

labels
object[]

Labels (request with the 'fields' parameter)

public_url
string

Link to the debtor portal (request with the 'fields' parameter)

URL to the credit case in the debtor management interface (request with the 'fields' parameter)

open_interest_and_collection_costs
string

Open interest and collection costs (request with the 'fields' parameter)

internal_note_email_address
string

Internal note email address (request with the 'fields' parameter)

payment_plan_id
string

DEPRECATED, use active_payment_plan_id instead

active_payment_plan_id
string

Associated active payment plan.

forwarded_to_bailiff_at
string<date-time>

Timestamp at which the credit case was forwarded to a bailiff

latest_summons_at
string<date-time>

Timestamp at which the latest summons was sent. This value will be higher than the highest summons_X_at when the credit_case is mentioned in a notice of default.

notice_of_default_at
string<date-time>

Timestamp at which the notice of default was sent

pre_judicial_at
string<date-time>

Timestamp at which the pre-judicial phase started

pre_summons_at
string<date-time>

Timestamp at which the debt collection notice was performed

paused_at
string<date-time>

Timestamp at which the credit case was last paused

deactivated_at
string<date-time>

Timestamp at which the credit case was deactivated

first_summons_at
string<date-time>

DEPRECATED: use summons_1_at instead

summons_1_at
string<date-time>

Timestamp at which the first summons was sent

summons_2_at
string<date-time>

Timestamp at which the second summons was sent

summons_3_at
string<date-time>

Timestamp at which the third summons was sent

summons_4_at
string<date-time>

Timestamp at which the fourth summons was sent

Last modified on August 13, 2026