# Grid Rank endpoints

Source: https://developer.synup.com/api/grid-rank
Base URL: `https://api.synup.com/api/v4`

| Method | Endpoint | Path |
| --- | --- | --- |
| POST | [Create Rank Grid Report](https://developer.synup.com/api/grid-rank/create-rank-grid-report) | `/create-grid-report` |
| GET | [Fetch All Grid Reports for Location](https://developer.synup.com/api/grid-rank/fetch-all-grid-reports-for-location) | `/locations/{locationId}/grid-reports` |
| GET | [Fetch Rank Grid Report By ID](https://developer.synup.com/api/grid-rank/fetch-rank-grid-report-by-id) | `/grid-report/{reportId}` |
