curl -X GET "https://api.openwearables.com/api/v1/users/123e4567-e89b-12d3-a456-426614174000" \ -H "X-API-Key: your_api_key_here"
{ "id": "123e4567-e89b-12d3-a456-426614174000", "created_at": "2024-01-15T10:30:00Z", "first_name": "John", "last_name": "Doe", "email": "john.doe@example.com", "external_user_id": "ext_user_12345" }
Retrieve a single user by their unique identifier
X-API-Key: your_api_key_here