---
title: "Zapier Oauth Me"
method: GET
path: "/zapier/oauth/me"
tags: ["Zapier"]
---

# Zapier Oauth Me

`GET /zapier/oauth/me`

Account identity for Zapier's 'Test Authentication' step. Bearer
authenticated with the token we issued.

## Response `200`

Successful Response

- ZapierMeResponse — Account identity returned to Zapier's 'Test Authentication' step so it can label the connection.
  - `customer_id` string, required
  - `firm_name` string, nullable
  - `email` string, nullable

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
