# Get Eligibility

get ` /ui/connectors/channels-api/latest/deployment/eligibility/`

Return whether channels-api can take over this box, plus the current state.

## Response

### 200 Successful Response

- **canRun** boolean Required
- **deploymentState** string Required
- **resources** list of objects [EligibilityResource](https://docs.mediakind.com/api-reference/channels-api/schemas/eligibilityresource) Optional Defaults to `[]`
  - Show 5 properties Hide 5 properties
  - **type** string Required
  - **id** string Required
  - **channel** object Optional
    - Show 2 variants Hide 2 variants
      - `string` Variant 1: `string`
      - null Variant 2: `null`
  
- **canUpgrade** object Optional
  - Show 2 variants Hide 2 variants
    - boolean Variant 1: `boolean`
    - null Variant 2: `null`

- **reason** object Optional
  - Show 2 variants Hide 2 variants
    - string Variant 1: `string`
    - null Variant 2: `null`
