x-api-key: ********************
x-api-env: ********************
{
"name": "Production XYZ",
"color": "teal",
"visibility": "everyone",
"capacity_method": "estimated_time",
"split_cards_by_activity": true,
"own_backlog": false,
"dependency_behavior": "notify",
"workdays": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": false
},
"stages": [
{
"name": "Engineering",
"priority": 0,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 1,
"capacity_notification": true,
"activities": [
{
"id": "f7629f0d-46c2-4806-8997-68929529c20d",
"priority": 0
}
]
},
{
"name": "Production",
"priority": 1,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 1,
"capacity_notification": true,
"activities": [
{
"id": "0487ee3f-4de8-49e4-b774-c9d2fc2e1872",
"priority": 0
},
{
"id": "af73c946-42a9-4c34-b269-460d6b475a02",
"priority": 1
}
]
},
{
"name": "Packaging",
"priority": 2,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 1,
"capacity_notification": true,
"activities": [
{
"id": "13636b41-69be-4cbe-b59b-c31385d194f0",
"priority": 0
}
]
},
{
"name": "Delivery",
"priority": 3,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 0,
"capacity_notification": true,
"activities": [
{
"id": "a6d22102-aa0c-49e1-9f1b-2cf909c57023",
"priority": 0
}
]
}
],
"labels": [
{
"name": "Label Red",
"priority": 0,
"color": "ruby"
},
{
"name": "Label Blue",
"priority": 1,
"color": "navy"
},
{
"name": "Label Orange",
"priority": 2,
"color": "orange"
},
{
"name": "Label Green",
"priority": 3,
"color": "green"
}
],
"statuses": [
{
"name": "Open",
"color": "transparent",
"priority": 0,
"entry": true,
"exit": false
},
{
"name": "In progress",
"color": "blue",
"priority": 1,
"entry": false,
"exit": false
},
{
"name": "Extra step",
"color": "orange",
"priority": 2,
"entry": false,
"exit": false
},
{
"name": "Done",
"color": "green",
"priority": 3,
"entry": false,
"exit": true
}
],
"custom_fields": [
{
"name": "Customer",
"scope": "collection",
"type": "text",
"priority": 0
},
{
"name": "Quantity",
"scope": "collection",
"type": "number",
"priority": 1,
"options": {
"unit": "pc",
"decimals": 0,
"align": "right",
"preview": "123.456 pc"
}
},
{
"id": "0ed24e46-dfcb-48b1-b291-1b645fedcc26",
"name": "Delivery date",
"scope": "collection",
"type": "date",
"priority": 2,
"options": {
"format": ""
}
},
{
"name": "Shipping address",
"scope": "collection",
"type": "address",
"priority": 3
},
{
"name": "Quality check",
"scope": "collection",
"type": "checkbox",
"priority": 4
},
{
"name": "Colour",
"scope": "collection",
"type": "select",
"priority": 5,
"options": {
"values": [
{
"description": "Red",
"color": "ruby"
},
{
"description": "Blue",
"color": "navy"
},
{
"description": "Purple",
"color": "purple"
}
],
"default": ""
}
},
{
"name": "Extra information",
"scope": "collection",
"type": "textarea",
"priority": 6
},
{
"name": "E-mail",
"scope": "collection",
"type": "email",
"priority": 7
},
{
"name": "Phone number",
"scope": "collection",
"type": "phone",
"priority": 8
},
{
"name": "Website",
"scope": "collection",
"type": "link",
"priority": 9
},
{
"name": "Signature",
"scope": "collection",
"type": "drawing",
"priority": 10
}
],
"checklists": [
{
"name": "Checklist A",
"scope": "collection",
"position": 0,
"editable": false,
"items": [
{
"position": 0,
"description": "A"
},
{
"position": 1,
"description": "B"
},
{
"position": 2,
"description": "C"
},
{
"position": 3,
"description": "D"
},
{
"position": 4,
"description": "E"
},
{
"position": 5,
"description": "F"
},
{
"position": 6,
"description": "G"
}
]
},
{
"name": "Checklist B",
"scope": "card",
"position": 1,
"editable": true,
"items": [
{
"position": 0,
"description": "A"
},
{
"position": 1,
"description": "B"
},
{
"position": 2,
"description": "C"
},
{
"position": 3,
"description": "D"
},
{
"position": 4,
"description": "E"
},
{
"position": 5,
"description": "F"
},
{
"position": 6,
"description": "G"
}
]
}
]
}
curl --location --request POST 'https://api.vplan.com/v1/board' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"name": "Production XYZ",
"color": "teal",
"visibility": "everyone",
"capacity_method": "estimated_time",
"split_cards_by_activity": true,
"own_backlog": false,
"dependency_behavior": "notify",
"workdays": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": false
},
"stages": [
{
"name": "Engineering",
"priority": 0,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 1,
"capacity_notification": true,
"activities": [
{
"id": "f7629f0d-46c2-4806-8997-68929529c20d",
"priority": 0
}
]
},
{
"name": "Production",
"priority": 1,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 1,
"capacity_notification": true,
"activities": [
{
"id": "0487ee3f-4de8-49e4-b774-c9d2fc2e1872",
"priority": 0
},
{
"id": "af73c946-42a9-4c34-b269-460d6b475a02",
"priority": 1
}
]
},
{
"name": "Packaging",
"priority": 2,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 1,
"capacity_notification": true,
"activities": [
{
"id": "13636b41-69be-4cbe-b59b-c31385d194f0",
"priority": 0
}
]
},
{
"name": "Delivery",
"priority": 3,
"independent": false,
"efficiency": 100,
"default_percentage": 100,
"delay_day": 0,
"capacity_notification": true,
"activities": [
{
"id": "a6d22102-aa0c-49e1-9f1b-2cf909c57023",
"priority": 0
}
]
}
],
"labels": [
{
"name": "Label Red",
"priority": 0,
"color": "ruby"
},
{
"name": "Label Blue",
"priority": 1,
"color": "navy"
},
{
"name": "Label Orange",
"priority": 2,
"color": "orange"
},
{
"name": "Label Green",
"priority": 3,
"color": "green"
}
],
"statuses": [
{
"name": "Open",
"color": "transparent",
"priority": 0,
"entry": true,
"exit": false
},
{
"name": "In progress",
"color": "blue",
"priority": 1,
"entry": false,
"exit": false
},
{
"name": "Extra step",
"color": "orange",
"priority": 2,
"entry": false,
"exit": false
},
{
"name": "Done",
"color": "green",
"priority": 3,
"entry": false,
"exit": true
}
],
"custom_fields": [
{
"name": "Customer",
"scope": "collection",
"type": "text",
"priority": 0
},
{
"name": "Quantity",
"scope": "collection",
"type": "number",
"priority": 1,
"options": {
"unit": "pc",
"decimals": 0,
"align": "right",
"preview": "123.456 pc"
}
},
{
"id": "0ed24e46-dfcb-48b1-b291-1b645fedcc26",
"name": "Delivery date",
"scope": "collection",
"type": "date",
"priority": 2,
"options": {
"format": ""
}
},
{
"name": "Shipping address",
"scope": "collection",
"type": "address",
"priority": 3
},
{
"name": "Quality check",
"scope": "collection",
"type": "checkbox",
"priority": 4
},
{
"name": "Colour",
"scope": "collection",
"type": "select",
"priority": 5,
"options": {
"values": [
{
"description": "Red",
"color": "ruby"
},
{
"description": "Blue",
"color": "navy"
},
{
"description": "Purple",
"color": "purple"
}
],
"default": ""
}
},
{
"name": "Extra information",
"scope": "collection",
"type": "textarea",
"priority": 6
},
{
"name": "E-mail",
"scope": "collection",
"type": "email",
"priority": 7
},
{
"name": "Phone number",
"scope": "collection",
"type": "phone",
"priority": 8
},
{
"name": "Website",
"scope": "collection",
"type": "link",
"priority": 9
},
{
"name": "Signature",
"scope": "collection",
"type": "drawing",
"priority": 10
}
],
"checklists": [
{
"name": "Checklist A",
"scope": "collection",
"position": 0,
"editable": false,
"items": [
{
"position": 0,
"description": "A"
},
{
"position": 1,
"description": "B"
},
{
"position": 2,
"description": "C"
},
{
"position": 3,
"description": "D"
},
{
"position": 4,
"description": "E"
},
{
"position": 5,
"description": "F"
},
{
"position": 6,
"description": "G"
}
]
},
{
"name": "Checklist B",
"scope": "card",
"position": 1,
"editable": true,
"items": [
{
"position": 0,
"description": "A"
},
{
"position": 1,
"description": "B"
},
{
"position": 2,
"description": "C"
},
{
"position": 3,
"description": "D"
},
{
"position": 4,
"description": "E"
},
{
"position": 5,
"description": "F"
},
{
"position": 6,
"description": "G"
}
]
}
]
}'
{
"id": "8afcb6b4-2006-44e1-a47e-4e3bb6f29b72",
"name": "Production XYZ",
"workdays": {
"1": true,
"2": true,
"3": true,
"4": true,
"5": true,
"6": false,
"7": false
},
"color": "teal",
"split_cards_by_activity": true,
"own_backlog": false,
"capacity_method": "estimated_time",
"visibility": "everyone",
"dependency_behavior": "notify",
"card_lock_options": [
"card.move",
"card.edit.name",
"card.edit.description",
"card.edit.status",
"card.edit.date",
"card.edit.activities",
"card.edit.resources",
"card.edit.labels",
"card.split",
"card.clone",
"card.delete",
"time.register",
"time.edit.other",
"time.edit.own",
"time.status",
"checklist.add",
"checklist.delete",
"checklist.edit",
"custom.field.card"
],
"archived_at": null,
"created_at": "2025-07-16T07:59:35Z",
"updated_at": "2025-07-16T07:59:35Z",
"permission_set": "can_manage"
}