Retrieve all tags (custom and system 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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

This parameter is used to set the filter the to retrieve either system tags or custom tags at a time.

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json