curl --request GET \
--url https://api.open.cx/actions/tags \
--header 'Authorization: Bearer <token>'[
"<string>"
]Get all unique tags used across actions in your organization.
curl --request GET \
--url https://api.open.cx/actions/tags \
--header 'Authorization: Bearer <token>'[
"<string>"
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Default Response
Was this page helpful?