Usage
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
country_code | string | Yes | ISO 3166-1 alpha-2 code (e.g. US, GB, NG) |
Response fields
Each operator includes:| Field | Type | Description |
|---|---|---|
id | string | Operator ID (used to fetch products and create orders) |
name | string | Brand name (e.g. “Amazon”, “iTunes”, “Steam”) |
brand_id | string or null | Brand identifier |
operator_type | object or null | Operator type with id and name fields |
currency | string or null | Operator currency |
image | string or null | Brand logo URL |
Next step
Use the operatorid as the operator_id to list products.
API Reference
Full request/response details and Try it
