Retrieve a reseller

Retrieves the details of an existing reseller.

GET/v3/resellers/{id}
JWT
reseller:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the reseller.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "email": "string",
  "description": "string",
  "allowedUsers": 0,
  "allowedOrganizations": 0
}