Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
The maximum number of items.
Offset relative to the beginning of list.
The parameter using for sorting data.
Default sort order is ascending. Put -
before value for descending sort order: -id
.
id
- sort by seller's ID.email
- sort by seller's email.full_name
- sort by seller's full name.date_joined
- sort by seller's registration date.activated
- sort by activated field.deleted
- sort by deleted field.
Use comma separated string for multiple-field sorting.
"activated,-date_joined"
Filter by id.
1
Filter by id list.
Use comma separated string for multiple values.
"1,2,3"
Filter by part of ID.
"22"
Filter byemail address.
Filter by full name.
Filter by status of activation:
true
- activated;false
- non-activated.
Filter by status of deletion:
true
— only deleted;false
— only non-deleted clients;- other value — return all.
Filter by reseller's name.
Response
OK.
- object[]
- object
Simple array without pagination
Seller's ID.
Seller's email address.
150
Seller's full name.
255
Seller's reseller's name.
Seller's company.
Registration date.
Show the activation status of seller's account:
true
– a seller has clicked on the activation link and has set up a password;false
– a seller hasn't clicked on the activation link.
Show the deletion status of seller's account:
true
– a seller has been deleted;false
– a seller is active.
Seller's phone number.
30