Skip to main content
PATCH
Update Account Limits

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string<uuid>
required

Body

application/json

Request to update connected account daily limits.

daily_connection_limit
integer | null
Required range: 1 <= x <= 200
daily_message_limit
integer | null
Required range: 1 <= x <= 500
warmup_days
integer | null
Required range: 0 <= x <= 30

Response

Successful Response