Skip to main content
Use this endpoint to fetch the currently authenticated user profile. The response includes a top-level team_id that you should use as the default team when creating campaigns, contacts, and other team-scoped resources.

Endpoint

Headers

string
required
Bearer token obtained from POST /api/v1/authenticate.

Example Request

Response

Response Fields

integer
The unique identifier for the user.
string
The user’s registered email address.
integer
The top-level default team ID. Use this value as the default team_id in campaign and contact requests.
array
An array of teams the user belongs to. Each object typically contains id and name.

Errors