Skip to main content
GET
/
card-types
List Request Types
curl --request GET \
  --url https://api.kimp.kim/card-types \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "products": [
        "<string>"
      ],
      "formats": [
        "<string>"
      ],
      "softwares": [
        "<string>"
      ]
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

name
string

Filter by name

product
enum<string>

Filter by product type

Available options:
Graphics,
Video,
Canva Graphics,
Canva Video

Response

200 - application/json

A list of request types

data
object[]