curl --request GET \
--url https://api.tapti.ai/users/{id}
{
"id": "690739f7-3e1b-4ceb-a439-23bd9c7ae573",
"created_at": "2024-12-09T19:15:03.738Z",
"updated_at": "2024-12-09T19:15:03.738Z",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "1234567890",
"tenant_app_id": "2bac016b-ad8f-4bf9-afb3-a63814bca95f",
"accounts": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_platform": "YOUTUBE",
"platform_account_id": "UC_12345678",
"display_name": "John Doe"
}
]
}
curl --request GET \
--url https://api.tapti.ai/users/{id}
{
"id": "690739f7-3e1b-4ceb-a439-23bd9c7ae573",
"created_at": "2024-12-09T19:15:03.738Z",
"updated_at": "2024-12-09T19:15:03.738Z",
"name": "John Doe",
"email": "john.doe@example.com",
"phone": "1234567890",
"tenant_app_id": "2bac016b-ad8f-4bf9-afb3-a63814bca95f",
"accounts": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"user_platform": "YOUTUBE",
"platform_account_id": "UC_12345678",
"display_name": "John Doe"
}
]
}
The ID of the user to retrieve
User retrieved successfully
The response is of type object
.