List all resellers

Returns a list of resellers. The resellers are returned sorted by creation date in ascending order.

GET/v3/resellers
JWTreseller:read

Query parameters

pageinteger

The page number.

Range: [1, 2147483647]Format: int32

limitinteger

The number of records per page. Must be a number between 1 and 100.

Range: [1, 100]Format: int32

sortstring

The sort string to sort the returned records e.g. "-createdAt"

Pattern: ([+-]\w*\.*\w*){1}(\|[+-]\w*){0,5}

nameobject

Name of the reseller

emailobject

Notification email address of the reseller.

customAttributeobject

Custom attribute values associated with the reseller, filtered as customAttribute.<name>[<op>]=value, e.g. customAttribute.region[eq]=EU.

searchstring

Search string.

Length: [0,256]

idobject

ID of the resource.

createdAtobject

Date of creation

updatedAtobject

Date of last update

Response

200 OK

idstringrequired
createdAtstringrequired

Format: date-time

updatedAtstringrequired

Format: date-time

namestringrequired
emailstringrequired
descriptionstringrequired
allowedUsersintegerrequired

Format: int32

allowedOrganizationsintegerrequired

Format: int32

customAttributesarray of objectrequired