get eligibility.md

Get Eligibility

Channels API · deployment

GET /ui/connectors/channels-api/latest/deployment/eligibility/

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

Example request

curl -X GET "/ui/connectors/channels-api/latest/deployment/eligibility/"

Responses

200 — Successful Response

Example:

{
  "canRun": true,
  "deploymentState": "string",
  "resources": []
}

Source spec: channels-api · operationId: get_eligibility_deployment_eligibility__get