# ConnectivityResponse

Model ID: `ConnectivityResponse`

Unauthenticated connectivity status for the Appointments API.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `environment` | `string` | Yes |  |  |  | No | Deployment environment that served the request. |
| `service` | `string` | Yes |  |  |  | No | Stable service identifier for the responding API. |
| `status` | `string` | Yes |  |  |  | No | Connectivity state. A successful response returns `connected`. |

## Example

None declared in canonical OpenAPI.
