Update email
Emails
Update email
Updates an existing email by its ID.
PUT
Update email
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specifies the tenant context for the request. All endpoints operate within this tenant scope.
Example:
"tnt_pfh0haxfpzowht3oi213cqos"
Path Parameters
The ID of the email.
Example:
"eml_vfj7s2ym02jvykrnbl9xufrt"
Body
application/json
Request body used to fully replace an existing email resource.
Request body used to fully replace an existing email resource.
Email address.
Required string length:
1 - 200Pattern:
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$Example:
"contact@example.com"
Order of the resource for sorting purposes.
Required range:
0 <= x <= 9007199254740991Example:
13
Response
Default Response
Standard success response payload wrapped in a data property.
Email resource returned by the API.