Create tag

The section below describes how to create a tag for a case. This functionality can be directly used on creation of a case.

How to use

To call the endpoint you will need to perform a HTTP POST request to the URL:

Example Response

This is an example of what is returned from the create tag endpoint, simply put it will return all tags attatched to the case Id.

[
    "Business",
    "Manager",
    "Person"
]
Language
Authorization
Header
Click Try It! to start a request and see the response here!