User
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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.