Skip to main content
GET
/
shipping-rules
/
operators
Retrieve a list of available operators
curl --request GET \
  --url https://panel.sendcloud.sc/api/v3/shipping-rules/operators \
  --header 'Authorization: Basic <encoded-value>'
{
  "operators": []
}

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Response

200 - application/json

OK

All operators available for building conditions.

operators
OperatorConfig · object[]

All operators with their intrinsic capabilities.