Skip to content
Start here

Data Tag Categories

Retrieve all data tag categories in an account
GET/accounts/{account_id}/dlp/data_tag_categories
Retrieve a specific data tag category.
GET/accounts/{account_id}/dlp/data_tag_categories/{category_id}
Creates a new data tag category.
POST/accounts/{account_id}/dlp/data_tag_categories
Update the attributes of a single data tag category.
PUT/accounts/{account_id}/dlp/data_tag_categories/{category_id}
Delete a single data tag category.
DELETE/accounts/{account_id}/dlp/data_tag_categories/{category_id}
ModelsExpand Collapse
DataTagCategoryListResponse object { id, created_at, name, 4 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
tags: array of object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
updated_at: string
formatdate-time
description: optional string
template_id: optional string
formatuuid
DataTagCategoryGetResponse object { id, created_at, name, 4 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
tags: array of object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
updated_at: string
formatdate-time
description: optional string
template_id: optional string
formatuuid
DataTagCategoryCreateResponse object { id, created_at, name, 4 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
tags: array of object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
updated_at: string
formatdate-time
description: optional string
template_id: optional string
formatuuid
DataTagCategoryUpdateResponse object { id, created_at, name, 4 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
tags: array of object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
updated_at: string
formatdate-time
description: optional string
template_id: optional string
formatuuid
DataTagCategoryDeleteResponse = unknown

Data Tag CategoriesData Tags

Retrieve all data tags in a data tag category
GET/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags
Retrieve a specific data tag.
GET/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}
Creates a new data tag.
POST/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags
Update the attributes of a single data tag.
PUT/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}
Delete a single data tag.
DELETE/accounts/{account_id}/dlp/data_tag_categories/{category_id}/data_tags/{tag_id}
ModelsExpand Collapse
DataTagListResponse object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
DataTagGetResponse object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
DataTagCreateResponse object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
DataTagUpdateResponse object { id, created_at, name, 2 more }
id: string
formatuuid
created_at: string
formatdate-time
name: string
updated_at: string
formatdate-time
description: optional string
DataTagDeleteResponse = unknown