Data Enhancement
This endpoint provides a list of Tags
Retrieves the collection of Tag resources.
get/tags
Query parameters
pageinteger
The collection page number
limitinteger
The number of items per page
paginationboolean
Enable or disable pagination
Response
Tag collection
Example response
[
{
"id": "identifier_example"
}
]