latestOpenAPI 3.1.12026-08-2013060964.7 KB
9a5a2cd152ae
Fetch User by id
API to fetch user object by passing it's unique distinct_id.
get/v1/user/{distinct_id}/
Path parameters
distinct_idstring required
Unique identifier of the user in your system
Response
200
Example response
{
"distinct_id": "_distinct_id_",
"created_at": "2025-04-04T09:55:12.397856+00:00",
"updated_at": "2025-04-04T09:55:12.422388+00:00",
"$<channel>": [
{
"status": "active"
}
]
}