Skip to main content

GET /tags

Description

Gets data on all tags and returns a json object with an array of these tags

The route handles the GET request made to the /tags path.

HTTP methodRoute
GET/tags

Payload

No payload is required.

Response

The route returns a json object with an array of all default tags. You can find an example of the object that is returned in the tags section.

The HTTP status code shows whether the request succeeds (response.status == 200) or fails (response.status == 500).


Related articles: