Skip to main content

Get a list of all projects.

GET 

<your-unleash-url>/api/admin/projects

This endpoint returns an list of all the projects in the Unleash instance.

Request

Responses

projectsSchema

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— query
ResponseClear

Click the Send API Request button above and see the response here!