---
title: "GET /dev/v2/content/{contentUrl}"
method: GET
path: "/dev/v2/content/{contentUrl}"
tags: ["Tollbit Content", "Get Tollbit Content"]
---

# GET /dev/v2/content/{contentUrl}

`GET /dev/v2/content/{contentUrl}`

## Path parameters

- `contentUrl` string, required

## Response `200`

The request has succeeded.

- GetContentResponse
  - `content` PageContent, required
    - `header` string, required
    - `body` string, required
    - `footer` string, required
  - `metadata` ContentMetadata, required
    - `title` string
    - `description` string
    - `imageUrl` string
    - `author` string
    - `published` string
    - `modified` string
  - `rate` ContentRate
    - `price` RatePrice, required
      - `priceMicros` integer, required
      - `currency` string, required
    - `license` RateLicenseResponse, required
      - `id` string, required
      - `licenseType` string, required
      - `licensePath` string, required
      - `permissions` RateLicensePermission[], required
        - `name` 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)
