Update an Application
Update an application's name, authorized domains, IP allowlist, and other settings.
Update an application's name, authorized domains, IP allowlist, outbound IPs, and notes.
Scope: applications.write
Path Parameters
application_idintegerrequiredThe ID of the application to update.
Request Body
namestringrequiredApplication name (3–128 characters).
authorized_domainsinteger[]optionalDomain IDs the application is authorized to send from.
ip_allowliststring[]optionalAllowed IP addresses or CIDR blocks.
outbound_ipsinteger[]optionalOutbound IP allotment IDs.
notesstringoptionalOptional notes (maximum 512 characters).
Sample Response
200 OK
{ "data": null }