cURL
curl --request POST \ --url https://api.tryarchitect.com/v0/pages/{page_id}/audiences/{audience_id}/messages/{message_id}/restore \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
{ "success": true, "messageId": "<string>" }
Restore the audience draft to the snapshot saved on a previous message.
API key authentication for the External Actor Gateway
page_id parameter
audience_id parameter
message_id parameter
The body is of type object.
object
Successful operation
Was this page helpful?