Skip to main content
GET
Get one ResellerAccount
A ResellerAccount represents the financial account associated with a reseller, tracking commissions, payouts, and billing between Nexudus and the reseller partner.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the ResellerAccount-Read role.

Path Parameters

integer
required
The Id of the ResellerAccount record to retrieve.

Code Examples

Response

200

integer
ID of the reseller linked to this record.
integer
Display value for Reseller.Currency.Id..
string
Display value for Reseller.Currency.Code..
integer
ID of the business linked to this record.
string
Display value for Business.Name..
string
Display value for Business.PreAuthId..
string
Display value for Business.Last4Digits..
string
Display value for Business.PreAuthLastError..
boolean
Display value for Business.Suspended..
string
Display value for Business.NextInvoice..
string
Display value for Business.TrialExpireDate..
string
Display value for Business.SupportTier..
string
Display value for Business.OnBoardingTier..
boolean
Whether approved is enabled.
number
The comission percentage value for this reseller account.
string
Date/time value for next payout date.
string
Date/time value for expiration date.
string
Date/time value for last access.
number
The last invoice amount value for this reseller account.
number
The average invoice amount value for this reseller account.
boolean
Whether can manage account is enabled.
boolean
Whether provides first line support is enabled.
string
Optional notes or comments about this reseller account.
string
The scope of work value for this reseller account.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response