We are currently in beta. If you have any feedback, please email us at tech@unyte.africa or learn more about our product at https://unyte.africa
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>"
}
ViewSet for managing environments.
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>"
}
A unique integer value identifying this environment.
Serializer for displaying environment information.