POST

Mark Sender Details As Default


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Marks a sender as default.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Access Verticals by Automations
Set Up Automations
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/sender-details/v1/sender-details/{senderDetailsId}/mark-as-default

Path Params
senderDetailsIdstringRequired

ID of the sender to mark as default.

Response Object
Returns an empty object.
Mark Sender Details As Default Example 1
Request
cURL
curl -X POST 'https://www.wixapis.com/sender-details/v1/sender-details/a6351a69-f4cb-411c-9853-26634468b03d/mark-as-default' \ -H 'Authorization: <AUTH>'
Response
JSON
{}
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?