tag_list
Return a list of the site's tags.
By default only free tags (tags that don't belong to a vocabulary) are returned. If the vocabulary_id argument is given then only tags belonging to that vocabulary will be returned instead.
Authorization
apiTokenHeader Authorization<token>
CKAN API token
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "http://localhost:5000/api/3/action/tag_list" \ -H "Content-Type: application/json" \ -d '{}'