Update carrier account
Updates a carrier account's settings and credentials.
Parameters
Path Parameters
id
string
Required
The carrier account ID.
Request Body
account_name
string
A friendly name for this account.
account_number
string
Your carrier account number.
credentials
object
Updated carrier credentials.
is_active
boolean
Whether the account is active.
Returns
200
Carrier account updated successfully.
401
Authentication required.
404
Carrier account not found.
Related
Carrier Accounts
PUT/api/v1/carrier-accounts/[id]