get https://api.bigpanda.io/resources/v2.0/incidents/tags/definitions/
Get incident tag definition by ID.
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/<ID> \
--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/<ID> \
--header 'Authorization: Bearer <User API Key>' \
--header 'Content-type: application/json'