Welcome to the New BigPanda API Documentation
Bearer.Authorization: Bearer [YOUR_USER_API_KEY]🚧 Tag value format Incident tag values are generally a single string. When this value is for an incident tag with a fixed list type, the value must be encased in brackets '[]'
curl --location 'https://api.bigpanda.io/resources/v2.0/environments//incidents//tags' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"tag_value": "P1",
"tag_id": "itd-9ff554bc0c"
}
]'[
{
"tag_id": "tagid",
"incident_id": "624d42c54f93a00113aa1234",
"tag_value": "SDIT-Application Operations",
"name": "",
"email": "",
"timestamp": 0
}
]