Distributor API
List partners
Query Parameters
page?integer
Range
1 <= valueDefault
1per_page?integer
Range
1 <= value <= 100Default
10fields?array<>
Repeat this parameter to include additional fields.
Header Parameters
SW-DISTRIBUTOR-ID*string
SW-API-KEY*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/distributors/partners" \ -H "SW-DISTRIBUTOR-ID: string" \ -H "SW-API-KEY: string"{ "success": true, "data": [ { "uuid": "aaaaaaaa-aaaa-4aaa-8aaa-aaaaaaaaaaaa", "name": "Mock Partner" } ], "pagination": { "total_count": 25, "has_next_page": true, "page": 1, "per_page": 10 }}