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

1 = Pay As You Go 2 = Post Paid

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

Contract value agreed with the partner.

Currency
enum<integer> | null

Currency of the contract value.

0 = US Dollar 1 = Euro

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

Contract start date.

ContractEndDate
string<date-time> | null

Contract end date.

Last modified on September 21, 2026