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.
📘 profileId The profileId can be found on the Change Risk Configuration page within the web app.
curl --location --request POST 'https://api.biggy.io/change-risk-assessments/?profileId=6219dbf6066877283dc0c222' \
--header 'Authorization: Bearer <token>'{
"status": 202,
"data": {
"changeNumber": "CHG0004053111",
"status": "accepted",
"message": "Change risk assessment queued for processing."
}
}