---
title: "Get Clients Fallback"
method: GET
path: "/api/integrations/zapier/triggers/clients/fallback"
tags: ["Zapier Integration", "Clients", "Triggers"]
---

# Get Clients Fallback

`GET /api/integrations/zapier/triggers/clients/fallback`

Fallback endpoint to retrieve clients for Zapier triggers when webhook data is not available

## Response `200`

List of clients for fallback trigger

- object[]
  - `id` string, uuid
  - `name` string
  - `type` 'individual' | 'company'
  - `status` 'active' | 'inactive'
  - `email` string, email, nullable
  - `phone` string, nullable
  - `address` string, nullable
  - `note` string, nullable
  - `currency` string
  - `workspace` object
    - `id` string, uuid
    - `name` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Authentication failed
- `500` — Internal server error

---

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