Skip to main content

Check dependencies exist.

GET <your-unleash-url>/api/admin/projects/:projectId/dependencies

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Check if any dependencies exist in this Unleash instance

Request

Path Parameters

  • projectId string required
Responses

dependenciesExistSchema

Schema
  • boolean

    true when any dependencies exist, false when no dependencies exist.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
projectId — path required
curl / cURL
curl -L -X GET '<your-unleash-url>/api/admin/projects/:projectId/dependencies' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'