Tags
Tags are used to better organize your branded links collection
Check for compatibility first
Double check whether your API key or OAuth token is enabled to use the Tags feature.
For every account, you can check for features and limits with a preliminary API call.
Tag Object
Main properties of a Tag object are:
Property | Type | Description |
---|---|---|
id | string | Unique identifier of a tag |
name | string | Unique name of a tag |
color | string | Hexadecimal representation of a color assigned to a tag |
Tags management
Here are some basic operations you can perform regarding Tag resource:
Operation | Details |
---|---|
Create a new tag | See Creating a new tag |
Get tag details | See Getting tag details |
Access your tags collection | See Listing your tags |
Delete a tag | See Deleting a tag |
Count your tags | See Counting your tags |
Attach a tag to a link | See Attaching a tag |
Detach a tag from a link | See Detaching a tag |
Example of a Tag object
{
"id": "3aehje9d536s46d59ba5bcf49b582ear",
"name": "Stanford",
"color": "#ddeeff"
}
Updated 6 months ago