cURL
curl --request GET \
--url https://dev.superpool.unyte.africa/api/v1/environments/{id}/ \
--header 'X-API-Key: <api-key>'{
"environment_name": "<string>",
"test_mode": true,
"client_id": "<string>"
}Environments
Get apiv1environments
ViewSet for managing environments.
GET
/
api
/
v1
/
environments
/
{id}
cURL
curl --request GET \
--url https://dev.superpool.unyte.africa/api/v1/environments/{id}/ \
--header 'X-API-Key: <api-key>'{
"environment_name": "<string>",
"test_mode": true,
"client_id": "<string>"
}Authorizations
Path Parameters
A unique integer value identifying this environment.
⌘I
