Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

plan
string<uuid>
required

The plan ID

rule
string<uuid>
required

The rule ID

Body

application/json
action
enum<string>
required

To create a split rule please check POST ./route/split endpoint.

Available options:
send,
split,
drop,
filter
sms_route_id
string<uuid> | null
country_id
integer | null
network_id
number | null
network_brand_id
string<uuid> | null
is_active
boolean
priority
integer
action_vars
string | null

Response

SmsRoutingPlanRuleResource

data
SmsRoutingPlanRuleResource · object
required