---
title: "List Request Types"
method: GET
path: "/card-types"
---

# List Request Types

`GET /card-types`

Retrieves a list of all request types.

## Query parameters

- `name` string
- `product` 'Graphics' | 'Video' | 'Canva Graphics' | 'Canva Video'

## Response `200`

A list of request types

- object
  - `data` RequestType[]
    - `id` string
    - `name` string
    - `products` string[]
    - `formats` string[]
    - `softwares` string[]

---

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