API keys
API keys are created per company and work across all boards. A key must belong to a company that has the API enabled on the board being accessed. To create a key:- Open the board in Aptly
- Go to Card Sources → API
- Toggle the API on
- Click Create New Key, enter a name, and optionally set an expiration date
- Copy the key — it won’t be shown again
Passing the key
- Header (recommended)
- Query parameter
Error responses
| Status | Meaning |
|---|---|
401 Unauthorized | API key is missing, invalid, or expired |
403 Forbidden | API access is not enabled for this board |
404 Not Found | Board or card does not exist within your company |
Key expiration
Keys can be created with or without an expiration date. Keys without an expiration remain active until archived. Expired or archived keys return401.