You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This endpoint allows you to create a new sender identity.**
3072
+
3073
+
*You may create up to 100 unique sender identities.*
3074
+
3075
+
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
**This endpoint allows you to retrieve a list of all sender identities that have been created for your account.**
3108
+
3109
+
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
**This endpoint allows you to update a sender identity.**
3125
+
3126
+
Updates to `from.email` require re-verification. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3127
+
3128
+
Partial updates are allowed, but fields that are marked as "required" in the POST (create) endpoint must not be nil if that field is included in the PATCH request.
**This endpoint allows you to retrieve a specific sender identity.**
3162
+
3163
+
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
**This endoint allows you to delete one of your sender identities.**
3180
+
3181
+
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
**This enpdoint allows you to resend a sender identity verification email.**
3198
+
3199
+
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
0 commit comments