/environments/list
List environments.
Overview
| Field | Value |
|---|---|
| Method | POST |
| Path | /environments/list |
Request Body
{
"page": 1,
"page_size": 20
}cURL Example
curl -X POST http://127.0.0.1:{port}/api/local/environments/list
-H "Content-Type: application/json"
-H "sp-api-key: YOUR_LOCAL_API_KEY"
-d '{
"page": 1,
"page_size": 20
}'