SafeWeb
Distributor API

Get distributor billing code

GET
/api/v1/distributors/billing-codes/{billingCodeId}

Path Parameters

billingCodeId*integer

Header Parameters

SW-DISTRIBUTOR-ID*string
SW-API-KEY*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/distributors/billing-codes/0" \  -H "SW-DISTRIBUTOR-ID: string" \  -H "SW-API-KEY: string"
{  "id": 42,  "code": "SW-TEST",  "price": 9.99}