---
title: "Get Categories"
method: GET
path: "/v1/categories"
tags: ["Categories"]
---

# Get Categories

`GET /v1/categories`

List of Zap categories

## Query parameters

- `limit` number
- `offset` number

## Response `200`

- CategoriesResponse[]
  - `next` string, uri, nullable, required — The URL to call to get the next set of Categories
  - `previous` string, uri, nullable, required — The URL to call to get the prior set of Categories
  - `count` integer, required — How many Categories exist for the given query
  - `objects` AppCategory[], required — The list of matching Category data
    - `id` integer, required — The unique ID for this Category
    - `title` string, required — The title of this Category
    - `slug` string, required — The shortened slug for this Category
    - `description` string, required — The description of this Categeory
    - `url` string, required — The URL for this Category
    - `type_of` string, required — The type of this Category
    - `featured_entry_slug` string, nullable, required — The featured entry for this Category (if present)
    - `role` string, required — This Category's role

## Other responses

- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `503` — 503 Response
- `504` — 504 Response

---

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