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

X-API-Key
string
header
required

Path Parameters

id
integer
required

A unique integer value identifying this environment.

Response

200 - application/json

Serializer for displaying environment information.