get https://{hostname}/v1/tags
Use this endpoint to retrieve the list of all tags for the given account. See Tag for more information.
Responses
400Invalid format or content of the request.
401The API token or the user email is invalid.
Use this endpoint to retrieve the list of all tags for the given account. See Tag for more information.
400Invalid format or content of the request.
401The API token or the user email is invalid.
xxxxxxxxxx
curl --request GET \
--url 'https://api.oneflow.com/v1/tags?offset=0&limit=100' \
--header 'accept: application/json'