Skip to main content
GET
List Customers

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Response

All customers assigned to this partner.

Id
integer<int64>

Primary key of the partner-customer relationship row

CustomerUserId
string | null

User id of the customer

Email
string | null

Email of the customer

CompanyName
string | null

Company name of the customer, if set on their account

ContractBillingType
enum<integer> | null

Billing type agreed in the contract with the partner. Null if no contract is set

Available options:
1,
2,
3
ContractValue
number<decimal> | null

Contract value agreed with the partner.

Currency
enum<integer> | null

Currency of the contract value.

Available options:
0,
1
ContractStartDate
string<date-time> | null

Contract start date.

ContractEndDate
string<date-time> | null

Contract end date.

Last modified on August 12, 2026