cURL
curl --request GET \ --url https://api.leen.dev/v1/itsm/passthrough/projects \ --header 'X-API-KEY: <api-key>' \ --header 'X-CONNECTION-ID: <api-key>'
{ "count": 123, "items": [ { "vendor_id": "<string>", "name": "<string>", "project_type": "<string>", "issue_types": [ { "vendor_id": "<string>", "name": "<string>", "description": "<string>", "subtask": false, "icon_url": "<string>" } ] } ], "total": 123 }
List projects accessible via the connected vendor account. Response fields and pagination semantics vary by vendor (e.g., for Jira: vendor_id is the project key such as PROJ).
vendor_id
PROJ
1 <= x <= 500
x >= 0
Successful Response
Number of items return in the response
List of items returned in the response
Show child attributes
Total number of items that can be returned