tag_get
Retrieve a single tag's full data from Voog CMS by specifying its ID. Requires the tag ID obtained from the tags list.
Instructions
Get a single tag by id (GET /tags/{id}). Returns the full Voog tag shape. Use tags_list to discover ids. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| tag_id | Yes | Voog tag id (from tags_list) |