get https://api.ocrolus.com/v2/analytics/tags
This API is used to retrieves all available tags in the system, including both system-defined and custom-created tags. You can use the optional query parameter is_system_tag
to filter the results:
Examples:
-
To retrieve all system-defined tags:
GET /v2/analytics/tags?is_system_tag=true -
To retrieve all custom-created tags:
GET /v2/analytics/tags?is_system_tag=false