---
title: "Zapier Authentication"
method: GET
path: "/api/integrations/zapier/auth"
tags: ["Zapier Integration"]
---

# Zapier Authentication

`GET /api/integrations/zapier/auth`

Validate Zapier Bearer token and return user information

## Response `200`

Authentication successful

- object
  - `user_id` string, uuid
  - `user_name` string, nullable
  - `user_email` string, email

## Other responses

- `401` — Authentication failed
- `404` — User not found
- `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)
