Tags
Bearer token for authentication
Successful Response
Only surface the budget cap when budgets are actually enabled.
GET /tags HTTP/1.1
Host: api.getuntitled.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Successful Response
[
{
"id": "text",
"tag_id": "text",
"name": "text",
"description": "text",
"url": "text",
"status": "text",
"mtd_resolutions": 1,
"created_at": "text",
"created_by": "text",
"updated_at": "text",
"updated_by": "text",
"monthly_budget": 1,
"last_tracked_activity": "text"
}
]Bearer token for authentication
Successful Response
Only surface the budget cap when budgets are actually enabled.
Validation Error
POST /tags HTTP/1.1
Host: api.getuntitled.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"alias": "text",
"name": "text",
"description": "text"
}{
"id": "text",
"tag_id": "text",
"name": "text",
"description": "text",
"url": "text",
"status": "text",
"mtd_resolutions": 1,
"created_at": "text",
"created_by": "text",
"updated_at": "text",
"updated_by": "text",
"monthly_budget": 1,
"last_tracked_activity": "text"
}Bearer token for authentication
Successful Response
Only surface the budget cap when budgets are actually enabled.
Validation Error
GET /tags/{id} HTTP/1.1
Host: api.getuntitled.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"tag_id": "text",
"name": "text",
"description": "text",
"url": "text",
"status": "text",
"mtd_resolutions": 1,
"created_at": "text",
"created_by": "text",
"updated_at": "text",
"updated_by": "text",
"monthly_budget": 1,
"last_tracked_activity": "text"
}Bearer token for authentication
Successful Response
Validation Error
DELETE /tags/{id} HTTP/1.1
Host: api.getuntitled.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "text",
"name": "text",
"message": "text"
}Bearer token for authentication
Successful Response
Only surface the budget cap when budgets are actually enabled.
Validation Error
PATCH /tags/{id} HTTP/1.1
Host: api.getuntitled.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 67
{
"name": "text",
"description": "text",
"tag_cap": 1,
"status": "enabled"
}{
"id": "text",
"tag_id": "text",
"name": "text",
"description": "text",
"url": "text",
"status": "text",
"mtd_resolutions": 1,
"created_at": "text",
"created_by": "text",
"updated_at": "text",
"updated_by": "text",
"monthly_budget": 1,
"last_tracked_activity": "text"
}Bearer token for authentication
Successful Response
Only surface the budget cap when budgets are actually enabled.
Validation Error
POST /tags/{id}/status HTTP/1.1
Host: api.getuntitled.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 20
{
"status": "enabled"
}{
"id": "text",
"tag_id": "text",
"name": "text",
"description": "text",
"url": "text",
"status": "text",
"mtd_resolutions": 1,
"created_at": "text",
"created_by": "text",
"updated_at": "text",
"updated_by": "text",
"monthly_budget": 1,
"last_tracked_activity": "text"
}Last updated
Was this helpful?