Welcome to the New BigPanda API Documentation
🚧 Authentication All BigPanda APIs require Bearer Token Authorization in the call headers. This API uses the User API Key type of Authorization token.
❗ Rate limitations To maintain quality of service, the Biggy API is limited to 100 requests per minute. Additional requests will return a 429 response code and the request will need to be retried.
curl --location 'https://api.biggy.io/mim/templates/665a1b2c3d4e5f6a7b8c9d0e'{
"templateId": "665a1b2c3d4e5f6a7b8c9d0e",
"name": "P1 bridge",
"description": "Full incident bridge with all communication channels.",
"communicationEntities": [
{
"entityId": "665b2c3d4e5f6a7b8c9d0e1f",
"type": "slack_channel",
"label": "War Room Channel",
"isRequired": true,
"valueSource": "runtime",
"hintText": "Select or create a Slack channel",
"isContextSource": true,
"isOutputDestination": true
}
],
"actions": [
{
"title": "Post initial status update",
"description": "Posts a summary of the incident to the war room channel.",
"scheduleType": "creation",
"scheduleConfig": {
"value": 0,
"unit": "minutes"
},
"executionMode": "prompt",
"requiresHumanApproval": false,
"enabled": true
}
],
"actionsCount": 2,
"swarmInvestigationEligibility": "optionally_on"
}