SafeWeb
Distributor API

List partners

GET
/api/v1/distributors/partners

Query Parameters

page?integer
Range1 <= value
Default1
per_page?integer
Range1 <= value <= 100
Default10
fields?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  }}