Experiences
Publish In-Page Experience
Publish the specified In-Page Experience. This will initiate a publish, you can poll the GET endpoint for fetching the In-Page Experience to check its published status to see when publishing completes
post/accounts/{{account_id}}/experiences/{experience_id}/actions/publish
Response
SUCCESS
Example response
{
"id": "111111111111",
"accountId": 1111111111111,
"name": "Sample In-Page Experience",
"description": "A sample In-Page Experience for demonstration purposes",
"template": "ee-single-video",
"templateVersion": "1.0.0",
"styles": {
"global": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"anchor": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"navigation": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoInfo": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoTitle": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"videoDescription": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlay": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayTitle": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayDescription": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlayBanner": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"nowPlaying": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"playButton": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"sharing": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"overlaySharing": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"eventCountdown": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
},
"calendarReminder": {
"color": "rgba(255, 0, 0, 1)",
"backgroundColor": "blue",
"fontSize": "14"
}
}
}