---
title: "Get Whitelabel Apps [v2]"
method: GET
path: "/v2/whitelabel/apps"
tags: ["Apps", "Experimental"]
---

# Get Whitelabel Apps [v2]

`GET /v2/whitelabel/apps`

This endpoint returns a list of apps available for whitelabel connection. It is only for customers enrolled in the Zapier Whitelabel program. All others likely want the `Get Apps` endpoint instead.

## Query parameters

- `category` string
- `limit` number
- `offset` number
- `search` string

## Response `200`

- WhitelabelAppsResponse[]
  - `data` WhitelabelApp[], required — The list of apps.
    - `type` string, required — The resource type.
    - `id` string, required — The app's unique identifier.
    - `title` string, required — The app's display name.
    - `image` string, uri, required — URL of the app's icon.
    - `is_oauth` boolean, required — Whether the app uses OAuth for authentication.
    - `has_fields` boolean, required — Whether the app has input fields a user must fill in when connecting.
    - `has_byoc` boolean, required — Whether the app requires the user to supply their own OAuth client credentials (client ID and/or client secret) when connecting. This is a best-effort heuristic based on the app's auth field names and labels.
    - `links` WhitelabelAppLinks, required
      - `mcp_authorize_url` string, uri, required — URL to authorize the user for MCP. Requires a session token to be set in the query parameters. Returns an OAuth exchange code.
      - `mcp_server_url` string, uri, required — URL of the MCP server for this app. Requires an access token bound to a connection.
  - `links` object, required — Pagination links.
  - `meta` object, required — Pagination metadata.

## Other responses

- `400` — This schema can be expected for 4xx 'Malformed request.' errors
- `401` — 401 Response
- `403` — 403 Response
- `409` — 409 Response
- `429` — 429 Response
- `500` — This schema can be expected for 5xx 'A server error occurred.' errors
- `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)
