Tags
Create a tag
curl -X POST https://api.delphi.ai/v3/tags \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"name": "VIP", "color": "blue"}'{
"id": "tag-001",
"name": "VIP",
"color": "blue",
"created_at": "2025-06-15T10:00:00.000Z",
"updated_at": "2025-06-15T10:00:00.000Z"
}List all tags
Tag a user
Parameter
Type
Description
Untag a user
Parameter
Type
Description
Last updated