Resellers
Get one Reseller
Retrieve a single Reseller record by its Id.
GET
Get one Reseller
A Reseller represents a partner organisation that resells Nexudus services or manages multiple business locations on behalf of their clients.
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 Reseller-Read role.Path Parameters
integer
required
The Id of the Reseller record to retrieve.
Code Examples
Response
200
string
The name value for this reseller.
integer
ID of the user linked to this record.
string
Display name of the linked user full (read-only).
string
The user email value for this reseller.
integer
ID of the currency linked to this record.
string
The currency code value for this reseller.
string
Date/time value for agreed terms on.
boolean
Whether approved is enabled.
boolean
Whether auto approve payouts is enabled.
string
Date/time value for next payout date.
boolean
Whether profile is public is enabled.
string
Current file name of the avatar (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the avatar.
boolean
Set to true to remove the current avatar file.
string
Current file name of the logo (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the logo.
boolean
Set to true to remove the current logo file.
string
The area value for this reseller.
string
The operates in value for this reseller.
string
The web address value for this reseller.
string
The email value for this reseller.
string
The profile summary value for this reseller.
string
The phone number value for this reseller.
string
The testimonial1 value for this reseller.
string
The testimonial1 author value for this reseller.
string
The testimonial2 value for this reseller.
string
The testimonial2 author value for this reseller.
string
ID of the stripe account associated with this record.
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 Reseller