Skip to main content
GET
/
v1
/
categories
Get Categories
curl --request GET \
  --url https://api.zapier.com/v1/categories
[
  {
    "next": "<string>",
    "previous": "<string>",
    "count": 123,
    "objects": [
      {
        "id": 123,
        "title": "<string>",
        "slug": "<string>",
        "description": "<string>",
        "url": "<string>",
        "type_of": "<string>",
        "featured_entry_slug": "<string>",
        "role": "<string>"
      }
    ]
  }
]
This API is rate limited.

Query Parameters

limit
number
default:10

Limit the number of Zap categories returned.

offset
number
default:0

The number of Zap categories to skip over. The default value is 0, which is the offset of the first item.

Response

next
string<uri> | null
required

The URL to call to get the next set of Categories

previous
string<uri> | null
required

The URL to call to get the prior set of Categories

count
integer
required

How many Categories exist for the given query

objects
object[]
required

The list of matching Category data