Skip to main content
By the end of this you will have a credential and a board on your screen, read by curl rather than by a browser.
1

Make a credential

Open Settings → API credentials. You need to run the organization — the same role that reads the audit record.Give it a name you will recognise in six months (the deploy script, not test), tick the boards it should reach, and pick a role on each. The roles offered stop at what you hold on that board: you cannot give away more than you have.
The secret appears once, on the screen that makes it, and there is no endpoint that answers with it again. Have somewhere to put it before you press the button.
2

Check it works, and learn your board ids

This is also the listing: boards is exactly the set of ids the next call will accept. It is the one endpoint that never asks you to choose.
3

Read a board

If the credential reaches exactly one board, the header is optional. If it reaches several and you leave it out, the API says so and lists the ids rather than guessing.

Next

Credentials and rotation

Two secrets alive at once, and why that is the point.

Every endpoint

The board, the cards, the releases, the inbox.