API Reference / Get one card
Get one card
GET/api/v1/review/{id}
One review card by id, any status, including its full payload.
curl -H "Authorization: Bearer $REVNU_API_TOKEN" https://revnu.com/api/v1/review/k97…Response
{ "item": card } with the same shape as the list. 404 for an unknown id or another account's id; the two are indistinguishable on purpose.
Agents: this page is also markdown at /docs/review-get.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.
Frequently Asked Questions
`review:read`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.