CircleCI API Tokens Broken

  • There should be a status page for the API
  • It’s currently down, API tokens are no longer working as they are specified to work in the documentation.

Example:

The call in the documentation now fails with a 404, although succeeds if done in a browser that is already authenticated with a session.

curl https://circleci.com/api/v1.1/project/:vcs-type/:username/:project?circle-token=:token&limit=20&offset=5&filter=completed

I have managed to get the above example working after reissuing another token.

I’m perplexed as to why the tokens I issued before didn’t work…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.