List Resellers
GET /v1/accounts/{accountId}/resellers
Returns a list of resellers for the specified account.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountId | string | Yes | The account ID |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
external_id | string | Filter by external ID |
Example Request
Example Response
Create Reseller
POST /v1/accounts/{accountId}/resellers
Creates a new reseller for the specified account.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
accountId | string | Yes | The account ID |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
resellerName | string | Yes | Name of the reseller |
external_id | string | No | External identifier for integration |
