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/group?with=resources' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>'
Responses
application/json {
"count": 1,
"limit": 100,
"offset": 0,
"data": [
{
"id": "e6e8b017-1b67-4463-9505-97670d2ba735",
"name": "Test Group",
"created_at": "2025-07-30T14:08:54Z",
"updated_at": "2025-07-30T14:08:54Z",
"resources": []
}
]
}
Modified at 2025-10-30 09:44:22