---
title: "Get Apps [v1]"
method: GET
path: "/v1/apps"
tags: ["Apps"]
---

# Get Apps [v1]

`GET /v1/apps`

This endpoint returns a list of apps sorted popularity. See the List Apps guide to get started.

## Query parameters

- `category` string
- `is_in_zap_template_with` unknown
- `page` number
- `per_page` number
- `title_search` string
- `title_starts_with` string

## Response `200`

- AppsResponse[]
  - `total` integer, required — The total number of Apps that matched
  - `page` integer, required — The current page returned
  - `pages` integer, required — The total number of pages
  - `per_page` integer, required — How many Apps are returned per-page
  - `objects` App[], required — A list containing all matching Apps'
    - `uuid` string, uuid, required — The UUID identifier of this App
    - `title` string, required — The title of this App
    - `slug` string, required — The shortened slug identified of this App
    - `description` string, required — The description of this App
    - `image` string, uri, required — A URL to an image representing this App
    - `url` string, required — A URL to an embed with your App and this one
    - `links` object, required — An object whose 'mutual:zap_templates' key is a URL to shared Zap Templates between your App and this one
    - `categories` Category[], required — A list of Categories associated with this App
      - `slug` string, required — The shortened slug name for this category
    - `images` object, required — An object containing images representing this App of various sizes
    - `app_latest` string, required — Shorthand for referencing the latest version of this App
  - `prev_url` string, uri, required — The URL to call to get the previous matching Apps
  - `next_url` string, uri, required — The URL to call to get the next matching Apps

## Other responses

- `401` — Missing client_id in query parameters
- `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)
