Skip to main content
GET
Get a customer by id

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant the case belongs to

id
string<uuid>
required

Id of the customer to be retrieved

Response

Successful operation

creditorId
string<uuid>

Id of creditor

createdAt
string

Customer created at

customerId
string<uuid>

Id of the customer

tenantId
string<uuid>

Id of the tenant

referenceId
string

Reference id of the customer. Typically id of the customer, client, patient or similar.

isCompany
boolean

Whether the customer is a company.

users
object[]

List of users related to this customer

cases
object[]

List of cases related to this customer