Tags
Authorization: Bearer
The request ID for tracking.
The request was invalid or could not be completed.
An unexpected internal error occurred.
GET /tags HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": [
{
"hex_color": "text",
"id": "text",
"object_type": "issue",
"value": "text"
}
],
"pagination": {
"cursor": "text",
"has_next_page": true
},
"request_id": "text"
}Authorization: Bearer
The ID of the tag.
The request ID for tracking.
The request was invalid or could not be completed.
An unexpected internal error occurred.
GET /tags/{id} HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"data": {
"hex_color": "text",
"id": "text",
"object_type": "issue",
"value": "text"
},
"request_id": "text"
}Authorization: Bearer
The hex code of the tag's color.
The object type of the associated object. Can be "account", "article", or "issue".
issuePossible values: The tag value.
The request ID for tracking.
The request was invalid or could not be completed.
An unexpected internal error occurred.
POST /tags HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 57
{
"hex_color": "text",
"object_type": "issue",
"value": "text"
}{
"data": {
"hex_color": "text",
"id": "text",
"object_type": "issue",
"value": "text"
},
"request_id": "text"
}Authorization: Bearer
The ID of the tag to update.
The hex code of the tag's color.
in: body The name of the tag.
The request ID for tracking.
The request was invalid or could not be completed.
An unexpected internal error occurred.
PATCH /tags/{id} HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"hex_color": "text",
"value": "text"
}{
"data": {
"hex_color": "text",
"id": "text",
"object_type": "issue",
"value": "text"
},
"request_id": "text"
}Authorization: Bearer
The ID of the tag to update.
The request ID for tracking.
The request was invalid or could not be completed.
An unexpected internal error occurred.
DELETE /tags/{id} HTTP/1.1
Host: api.usepylon.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"request_id": "text"
}Last updated
Was this helpful?

