Publish New StatusPage Message

POST https://platform-backend.squadcast.com/v2/organizations/:organizationID/incidents/:incidentID/public-message/

  • This endpoint is used to create public message.
  • Requires access_token as a Bearer {{token}} in the Authorization header.

Request Body

{"attachments"=>["<string>(optional)"], "isPublic"=>"<boolean>(optional)", "statusPageId"=>"621dc7918b329839c7d9c4f2", "message"=>"fcgjhvbjnbhvg", "status"=>"abc"}

RESPONSES

status: OK

{&quot;result&quot;:true,&quot;data&quot;:{&quot;attachments&quot;:[],&quot;isPublic&quot;:true,&quot;deleted&quot;:false,&quot;_id&quot;:&quot;621de476b355290008681d90&quot;,&quot;organizationId&quot;:&quot;61231c957f981f00086378de&quot;,&quot;statusPageId&quot;:&quot;621dc7918b329839c7d9c4f2&quot;,&quot;incidentId&quot;:&quot;621d623a0df920000724aa50&quot;,&quot;serviceId&quot;:&quot;61231c9647a95900083bc1cf&quot;,&quot;userId&quot;:&quot;60f12dd3814bef0008c4036e&quot;,&quot;time&quot;:&quot;2022-03-01T09:16:38.656Z&quot;,&quot;updatedAt&quot;:&quot;2022-03-01T09:16:38.656Z&quot;,&quot;message&quot;:&quot;fcgjhvbjnbhvg&quot;,&quot;status&quot;:&quot;abc&quot;,&quot;history&quot;:[]}}