GET
/
client
/
{environmentId}
/
environment
curl --request GET \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/environment
{
  "environmentId": "env123",
  "state": "active"
}

Path Parameters

environmentId
string
required

The ID of the environment.

Response

200 - application/json

OK

The response is of type object.