---
title: "POST /dev/v2/rates/batch"
method: POST
path: "/dev/v2/rates/batch"
tags: ["Tollbit Content", "Get Tollbit Rates"]
---

# POST /dev/v2/rates/batch

`POST /dev/v2/rates/batch`

## Request body

- BatchGetRateRequest
  - `urls` string[], required

## Response `200`

The request has succeeded.

- BatchRateResponseV2[]
  - `url` string, required
  - `rates` BatchDeveloperRateResponse[], required
    - `price` RatePriceResponse, required
      - `priceMicros` integer, required
      - `currency` string, required
    - `license` BatchRateLicenseResponse, required
      - `cuid` string, required
      - `licenseType` string, required
      - `licensePath` string, required
      - `permissions` RateLicensePermission[], required
        - `name` string, required
      - `validUntil` string, required
    - `error` string, required

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `403` — Access is forbidden.
- `404` — The server cannot find the requested resource.
- `500` — Server error

---

[API](https://skmtc.dev/tollbit/apis/tollbit-services.md) · [All operations](https://skmtc.dev/tollbit/apis/tollbit-services/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tollbit/tollbit-services/revisions/cf502dfc0024/schema)
