v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBStatuspage Integration
Update the Statuspage account
Update the Statuspage account configured for your organization.
patch/api/v2/integration/statuspage/account
Request body
Example request
{
"data": {
"attributes": {
"api_key": "00000000-0000-0000-0000-000000000000"
},
"type": "statuspage-account"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"api_key": "*****"
},
"type": "statuspage-account"
}
}