GET
/v1/tags/{id}
No description available
Path Parameters
| Name | Type | Description |
|---|---|---|
| id required | string | - |
Query Parameters
| Name | Type | Description |
|---|---|---|
| include | string | Comma-separated: 'notes' |
Responses
200 The requested tag
{
data: {
id: string
createdAt: string
updatedAt: string
label: string
authorId: string
notes?: object[]
}}401 Unauthorized - Invalid or missing API key
{
success: boolean
error: {
issues: object[]
name: string
}}404 Tag not found or not owned by user
{
message: string
}422 Invalid tag ID
{
success: boolean
error: {
issues: object[]
name: string
}} Authentication
Enter your API key to test this endpoint. Get your key from your account settings.
Try it out
Snippets
Loading...
Loading...
Loading...
Loading...
Loading...
