# Location Indexing Rate

```http
GET https://api.synup.com/api/v4/locations/{locationId}/indexing-rate
```

Source: https://developer.synup.com/api/locations/location-indexing-rate

## Path parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `locationId` | string | required |  |

## Query parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `fromDate` | string | required |  |
| `toDate` | string | required |  |

## Example request

```bash
curl -X GET 'https://api.synup.com/api/v4/locations/:locationId/indexing-rate' \
  -H 'Authorization: API YOUR_API_KEY' \
  -H 'Content-Type: application/json'
```

## Responses

| Status | Description |
| --- | --- |
| `200` |  |
