Avisi cloud logo
Environments

Count environments in an organisation.

GET
/api/v1/orgs/{organisationSlug}/environments/count

Path Parameters

organisationSlug
Required
string

Pattern: "^[a-z0-9-]+$"
curl -X GET "https://api.avisi.cloud/api/v1/orgs/string/environments/count"

Request was successfully processed. The response body contains the requested data.

{
  "count": 0
}