---
title: "Verify connection and return minimal user profile"
method: GET
path: "/integrations/zapier/me"
tags: ["Zapier"]
---

# Verify connection and return minimal user profile

`GET /integrations/zapier/me`

Validates a **Bearer** access token and returns a minimal user shape
(`email`, `userId`). The token must include the `zapier:read` scope.

## Response `200`

Successfully verified token and fetched user profile.

- ZapierMeResponse
  - `email` string, email, nullable — The user's email if available.
  - `userId` string, required — The Reachr user identifier associated with the token.

## Other responses

- `401` — Invalid or missing Bearer token.
- `403` — Insufficient scope (`zapier:read` required).
- `500` — Server error.

---

[API](https://skmtc.net/reachr/apis/reachr-api-documentation.md) · [All operations](https://skmtc.net/reachr/apis/reachr-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reachr/reachr-api-documentation/revisions/e4f548c8685b/schema)
