Welcome to the New BigPanda API Documentation
from and to versions.📘 Version History Availability Configuration version history begins at May 5 2026. Records of configurations saved prior to history start cannot be retrieved.
Bearer.Authorization: Bearer [YOUR_ORG_TOKEN]curl --location 'https://integrations.bigpanda.io/configurations/alerts///versions/diff?from=undefined&to=undefined' \
--header 'Authorization: <api-key>'{
"from": "string",
"to": "string",
"diff": [
{
"key": "string",
"old_value": null,
"new_value": null
}
]
}