v1
latestOpenAPI 3.0.32026-08-06111223.1 KBUser
Get Current User
Returns information about the authenticated user and their tenant.
get/api/zapier/me
Response
User information
Example response
{
"id": 123,
"name": "John Doe",
"email": "john@example.com",
"tenant_id": 1,
"tenant_name": "Acme Title Company"
}