Virtual Tags API
GET/Virtual Tags
GET/Virtual Tags{
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"requestId": "6e0f327e-9948-440b-b577-d0203aa374e9",
"virtualTags": [
{
"id": "2e29ad96-3616-43d7-9858-a00477457e6a",
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"name": "Demo Feature cost",
"defaultValue": "unallocated",
"createdBy": "[email protected]",
"updatedBy": "[email protected]",
"createdAt": "Mon Sep 09 2024 21:47:55 GMT+0000 (Greenwich Mean Time)",
"updatedAt": "Wed Aug 13 2025 17:55:07 GMT+0000 (Greenwich Mean Time)",
"rules": [
{
"to": "Shared IT",
"filters": {
"OR": [
{
"costCenter": "Global",
"key": "cost_center_type",
"displayName": "Cost Center",
"operator": "oneOf",
"value": [
"Azure",
"databricks",
"Datadog",
"GCP",
"kubernetes",
"snowflake"
]
},
{
"costCenter": "Global",
"key": "cost_center_type",
"displayName": "Cost Center",
"operator": "contains",
"value": "Custom"
}
]
},
"timeframe": {
"from": 1756166400000,
"to": 1756166400100
}
}
]
},
{
"id": "4f816fc1-6b3a-4902-b6b5-9759ba5ca83c",
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"name": "SNOW/Chase/Customer Chargeback",
"defaultValue": "unallocated",
"createdBy": "[email protected]",
"updatedBy": "[email protected]",
"createdAt": "Tue Oct 17 2023 18:08:17 GMT+0000 (Greenwich Mean Time)",
"updatedAt": "Fri Aug 16 2024 18:00:49 GMT+0000 (Greenwich Mean Time)",
"rules": [
{
"to": {
"key": "cc36dc5e-68b8-4f3d-b811-e24a7876b636",
"costCenter": "Virtual Tags"
},
"filters": {
"costCenter": "Virtual Tags",
"key": "cc36dc5e-68b8-4f3d-b811-e24a7876b636",
"displayName": "Customer",
"operator": "notOneOf",
"value": [
"Shared Platform"
]
}
}
]
},
{
"accountId": "e6ad4c08-9ecd-4592-be61-7a13ad456259",
"name": "GO/Divisions",
"rules": [
{
"to": "California AW",
"filters": {
"OR": [
{
"costCenter": "AWS",
"key": "aws_account_name",
"displayName": "Account Name",
"operator": "is",
"value": "cc25606f77"
},
{
"costCenter": "Datadog",
"key": "organization",
"displayName": "Organization",
"operator": "is",
"value": "laminated-service"
},
{
"costCenter": "Kubernetes",
"key": "k8s_cluster",
"displayName": "k8s_cluster",
"operator": "oneOf",
"value": [
"aged-shepherd",
"each-bulwark",
"mad-band",
"mild-cleat"
]
}
]
}
},
{
"to": "Shared",
"filters": {
"costCenter": "Virtual Tags",
"key": "cc36dc5e-68b8-4f3d-b811-e24a7876b636",
"displayName": "Customer",
"operator": "oneOf",
"value": [
"Shared Platform"
]
}
}
],
"createdAt": "Tue Aug 12 2025 15:29:51 GMT+0000 (Greenwich Mean Time)",
"updatedAt": "Tue Aug 12 2025 15:29:51 GMT+0000 (Greenwich Mean Time)",
"updatedBy": "[email protected]",
"id": "652a12f9-2313-45a2-ba7a-3c751943a53c",
"defaultValue": "Internal Spend"
}
]
}POST /Virtual Tag
POST /Virtual TagParameter
Type
Description
PUT/Virtual Tags
PUT/Virtual TagsParameter
Type
Description
Parameter
Type
Description
GET/Virtual Tag By ID
GET/Virtual Tag By IDParameter
Type
Description
DELETE/Virtual Tag
DELETE/Virtual TagParameter
Type
Description
Virtual Tags Objects
Field
Type
Description
Example Value
Field
Type
Description
Example Value
Supported Filters Operators
Operators
Values structure
Error Handling
Last updated
Was this helpful?