---
title: "Get quiz"
method: GET
path: "/quizzes/{quizId}"
---

# Get quiz

`GET /quizzes/{quizId}`

## Path parameters

- `quizId` integer, required

## Headers

- `api_key` string, required

## Response `200`

Quiz retrieved

- object
  - `success` integer
  - `quiz` Quiz
    - `id` integer
    - `project_id` integer
    - `paywall_id` integer
    - `name` string
    - `slug` string
    - `theme` string, nullable
    - `tags` string[]
    - `custom_js` object
      - `on_before_submit` string, nullable
      - `custom_json` string, nullable
    - `custom_css` string, nullable
    - `custom_head_html` string, nullable
    - `analytics` object
      - `meta_pixel_id` string, nullable
      - `facebook_access_token` string, nullable
      - `tiktok_pixel_id` string, nullable
      - `tiktok_access_token` string, nullable
    - `language` string, nullable
    - `country` string, nullable
    - `published_version` integer, nullable
    - `auto_languages` integer
    - `templates_version` integer, nullable
    - `no_cookie` boolean
    - `css_variables` object
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `deleted_at` string, date-time, nullable

---

[API](https://skmtc.net/web2wave/apis/web2wave-api.md) · [All operations](https://skmtc.net/web2wave/apis/web2wave-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/web2wave/web2wave-api/versions/c88545119271/schema)
