ResellerAccounts
Get one ResellerAccount
Retrieve a single ResellerAccount record by its Id.
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
ID of the reseller currency associated with this record.
string
The reseller currency code value for this reseller account.
integer
ID of the business linked to this record.
string
Display name of the linked business (read-only).
string
ID of the business pre auth associated with this record.
string
The business last4 digits value for this reseller account.
string
The business pre auth last error value for this reseller account.
boolean
Whether business suspended is enabled.
string
Date/time value for business next invoice.
string
Date/time value for business trial expire date.
string
The business support tier value for this reseller account.
string
The business on boarding tier value for this reseller account.
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
Get one ResellerAccount