v1

latestOpenAPI 3.0.32026-08-06111223.1 KB
User

Get Current User

Returns information about the authenticated user and their tenant.

get/api/zapier/me

Response

User information

idinteger

User ID

namestring

User's full name

emailstring email

User's email address

tenant_idinteger nullable

Current tenant ID

tenant_namestring nullable

Current tenant name

Example response

{
  "id": 123,
  "name": "John Doe",
  "email": "john@example.com",
  "tenant_id": 1,
  "tenant_name": "Acme Title Company"
}