API Reference
Errors
The Content API uses standard HTTP status codes. Error responses include a message describing what went wrong.
Status codes
| 401 | Missing, invalid, or expired API key. |
| 403 | The key lacks the content.read scope. |
| 404 | Unknown collection API name, or no published entry with that slug. |
Troubleshooting
- 401 with a fresh key — check the key hasn't expired and that you're sending it as
Authorization: Bearer <key>(no quotes, single space). - 404 on a collection you can see in the app — the URL takes the collection's API name, not its display name.
- 404 on an entry you just saved — the public API only serves published entries; drafts return 404 until you publish.