| Resource | URI | Method | Representations | Status codes | Description |
|---|---|---|---|---|---|
| Review | /{acct}/reviews/{id} | GET | JSON | 200/404/410 | Retrieve |
| Review | /{acct}/reviews/{id} | PUT | JSON | 200/400/401/500 | Update |
| Review | /{acct}/reviews/{id} | DELETE | - | 200 | Delete |
| Collection | /{acct}/reviews/ | POST | JSON/form | 201 | Create |
| Collection | /{acct}/reviews/ | GET | JSON | 200 | - |
| Collection | /{acct}/reviews/ | DELETE | - | 200 | Delete |
| Collection | /{acct}/query/date | GET | JSON | 200/400 | - |
| Collection | /{acct}/query/author | GET | JSON | 200/400 | - |
| Config | /{acct}/config/ | GET | JSON | - | The account configuration |
| Config | /{acct}/config/ | PUT | JSON | - | - |