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

endpoint
string<uuid>
required

The endpoint ID

Body

application/json

SellerEndpointDataRequest

username
string
required
password
string
required
client_company_id
string<uuid>
required
sms_routing_plan_id
string<uuid>
required
id
string | null
name
string | null
default_route_id
string<uuid>
pricing_update_email
string<email> | null
allowed_ips
string[] | null
tags
string[] | null
tx
integer
default:1
rx
integer
default:1
trx
integer
default:1
is_sending_allowed
boolean
default:true
max_price
number
default:0
is_max_price_enabled
boolean
default:false
min_margin
integer | null
active_connections
SellerEndpointConnectionDataRequest · object | null

Response

SellerEndpointData

data
object
required