Backend API
Get detailed information about a user including emails, phones, and social connections
cURL
curl --request GET \ --url https://api.wacht.dev/users/{user_id}/details \ --header 'Authorization: Bearer <token>'
{ "message": "Resource not found" }
API key authentication (Bearer token)
User details retrieved successfully
Was this page helpful?