This service returns all available profile and consumer information for the currently authenticated user or party.
Request
Restrictions
This service requires an authenticated user and can only be called after a successful login.
Endpoint
GET https://<server-url>/api/v4/me
Parameters
Parameter
Location
Description
touchpoint
Query / Header
The identifier for the touchpoint. Use Thalamus-Touchpoint for the header.
token
Query / Header
The authentication token for the API session. Use Thalamus-Token for the header.
activity
Query / Header
Optional. The activity to be used. Use Thalamus-Activity for the header.
Content-Type
Header
Specifies the content type of the request body. Must be application/json.
Full URL Example
Request Body
This request does not have a body.
Response
✅ Successful Response: 200 OK
The full profile information for the authenticated user is returned in a person object. This object contains consumer data, profile details, and communication opt-in settings.