get
https://api.mediasilo.com/v3/tags
Returns all tags for this account
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieves all tags for this account, including user and asset tags.
Possible Uses
This endpoint in conjunction with query parameters could be used to created auto-suggest lists or provide a way to list and edit tags. See example below
// Tag starts with "Bill"
HTTP GET /tags?name={"sw":"Bill"}
// Tag contains "Day"
HTTP GET /tags?name={"ct":"Day"}
