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.
local_part_liststring[]optionalAllowed local parts for the From address; an empty list is unrestricted. Maximum 64 entries; values are lowercased and trimmed, and must be 1–64 characters matching ^[a-z0-9](?:[a-z0-9._-]*[a-z0-9])?$.
allowed_recipient_domainsstring[]optionalAllowed recipient domains; an empty list is unrestricted. Maximum 64 entries; values are lowercased with trailing dots removed, and must be full domains such as gmail.com, up to 128 characters.
outbound_ipsinteger[]optionalOutbound IP allotment IDs.
notesstringoptionalOptional notes (maximum 512 characters).
Sample Response
{ "data": null }