Hi,
I’m trying to use your API (to cancel redundant jobs), however, no matter what api call i do, i get an error message saying the project was not found. for example:
[GET]
https://circleci.com/api/v1.1/project/github/UserName/ProjectName?circle-token=MyToken&limit=100
(replaced my actual values with UserName, ProjectName and MyToken for obvious reasons. i’m using valid values there in my code).
Response:
{ "message" : "Project not found" }
am i doing anything wrong? Tried other API end points, they are all returning me the same response.
thanks