Tags
This page lists and describes the Tags category of endpoints within the Template Catalog API. It also includes interactive testing environments for each endpoint in this category.
Fetch a list of all Tags
/v1/catalog/tags
HTTP Method: GET
Description: Retrieve a full list of all the Tags in the catalog. Tags are keywords tied to templates, helping you find and sort templates based on certain themes or attributes.
Request Parameters
The following table displays request parameters.
pagesize
int
Set the item number per page
Get a list of tags from the catalog.
Successful response
{"message":"Success"}
Bad request. The request could not be understood or was missing required parameters.
Unauthorized. Authentication is required and has failed or has not been provided.
Forbidden. The request was valid, but the server is refusing action.
Internal Server Error. An unexpected condition was encountered.
GET /v1/catalog/tags HTTP/1.1
Host: api.getbee.io
Authorization: Bearer Enter Dev Console API Key as Bearer token
Accept: */*
{
"message": "Success"
}
Last updated
Was this helpful?