v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
User

Fetch My User

This endpoint returns the user data for the currently authenticated user. It is useful for quickly retrieving user information without knowing the user ID. It also includes optional data if the current user is a platform agent.

get/me

Response

OK

idinteger

User ID

public_idstring

User public ID

emailstring

Email Address

first_namestring

First Name

last_namestring

Last Name

time_zonestring nullable

The human-readable time zone set manually by a ClickFunnels user or dynamically by the app. Read more about time zones and how to map them back to the TZ standard in our Time Zones guide..

localestring

The main language used to create a new website.

created_atstring date-time nullable

Created at

updated_atstring date-time nullable

Updated at

Example response

{
  "connected_workspace": {
    "workspace_currency": "USD"
  }
}