GET Get Campaign Share URL​
GET
/campaigns/{id}/share-url
Get the public shareable URL for a campaign. This URL allows viewing the campaign email in a web browser without authentication.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The campaign ID.
Type
Requiredinteger
Responses​
Share URL retrieved successfully.
application/json
JSON
{
"sharable_url": "string"
}