cURL
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>" } ] } ]
List of Zap categories
Limit the number of Zap categories returned.
The number of Zap categories to skip over. The default value is 0, which is the offset of the first item.
The URL to call to get the next set of Categories
The URL to call to get the prior set of Categories
How many Categories exist for the given query
The list of matching Category data
Show child attributes
The unique ID for this Category
The title of this Category
The shortened slug for this Category
The description of this Categeory
The URL for this Category
The type of this Category
The featured entry for this Category (if present)
This Category's role
Was this page helpful?