You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2024. It is now read-only.
CircleCI v1 API supports both project-specific API tokens and user's API tokens to get and start jobs on our private repositories. Although we can use personal API tokens to manage our private repository on v2 API, project-specific API tokens do not work.
For v1 APIs, we can get job information on our private projects by the following curl:
CircleCI v1 API supports both project-specific API tokens and user's API tokens to get and start jobs on our private repositories. Although we can use personal API tokens to manage our private repository on v2 API, project-specific API tokens do not work.
For v1 APIs, we can get job information on our private projects by the following curl:
where CIRCLE_TOKEN is allowed with both project-specific API tokens and personal API tokens.
For v2 APIs, we can use personal API tokens to access our private repository:
but using project-specific tokens returns 404:
The v2 API should also supports project-specific API tokens.