Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Request Code Samples
curl --location --request GET 'https://api.vplan.com/v1/stage/?with' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>'
Responses
application/json {
"id": "0a12224c-c675-4cb3-a1cb-524c804692a0",
"board_id": "b05734cb-fcc8-4fc2-b272-9dd0fb3fbd41",
"name": "Delivery",
"priority": 3,
"capacity_notification": true,
"capacity_notification_min": 80,
"capacity_notification_max": 100,
"delay_day": 0,
"efficiency": 100,
"independent": false,
"default_percentage": 100,
"created_at": "2025-07-18T12:08:17Z",
"updated_at": "2025-07-18T12:08:17Z"
}
Modified at 2025-10-30 09:44:22