Overview
We do not have a direct endpoint for collecting this information, but you can often derive it from the `me` endpoint:
https://circleci.com/api/v1.1/me
This shows data from the currently logged-in user, or simply the user of the `circle-token` provided. If you use a token, be sure to make use of a Personal API Token as opposed to a Project Token.
Within that API response, you will find the `projects` property. This will be a list of projects. The JSON object key will be the VCS URL. You can use that to filter to projects specifically within the desired organization.
Comments
Article is closed for comments.