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/space/' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>'
Responses
application/json {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "name": "string",
    "shared_capacity": true,
    "created_at": "2024-04-11T10:22:15Z",
    "updated_at": "2024-04-11T10:22:15Z"
}
Modified at 2025-10-30 09:44:22