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/item' \
--header 'x-api-key;' \
--header 'x-api-env;'
Responses
application/json {
"count": 1,
"limit": 100,
"offset": 0,
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"description": "string",
"code": "string",
"type": "string",
"external_ref": "fb1033a2ed70",
"stockmanagement": true,
"unit": "string",
"note": "string",
"location": "string",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
]
}
Modified at 2025-07-22 14:20:42