Get All Incident Tags Definitions

Get all incident tags definitions.

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Call

curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/incidents/tags/definitions \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'Content-type: application/json'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/incidents/tags/definitions \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'Content-type: application/json'
Language