Skip to main content
PATCH
Admin Update Agent Pricing

Authorizations

Authorization
string
header
required

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

Path Parameters

slug
string
required

Body

application/json

Update an agent's base rate and per-agent platform fee override.

base_rate_usd
number | null
Required range: 0 <= x <= 100000
platform_fee_percent
number | null

Decimal fraction (0.15 = 15%). Null = use platform default. Partner fee negotiations set this explicitly.

Required range: 0 <= x <= 1
note
string | null
Maximum string length: 500

Response

Successful Response