curl -X GET "https://api.tktchurch.com/v1/livestreams/123e4567-e89b-12d3-a456-426614174000"
{ "id": "123e4567-e89b-12d3-a456-426614174000", "title": "Sunday Service", "description": "Join us for our weekly Sunday service", "youtubeUrl": "https://youtube.com/watch?v=abc123", "customStreamUrl": null, "status": "live", "scheduledStartTime": "2024-01-21T10:00:00Z", "actualStartTime": "2024-01-21T10:02:00Z", "endTime": null, "tags": ["sunday-service", "worship"], "thumbnailUrl": "https://example.com/thumbnail.jpg", "thumbnail": { "id": "123e4567-e89b-12d3-a456-426614174001", "url": "https://storage.example.com/thumbnails/abc123.jpg", "provider": "s3", "key": "thumbnails/abc123.jpg" }, "createdByUserId": "123e4567-e89b-12d3-a456-426614174002", "updatedByUserId": "123e4567-e89b-12d3-a456-426614174002", "createdAt": "2024-01-20T15:00:00Z", "updatedAt": "2024-01-21T10:02:00Z" }
Get details of a specific livestream
scheduled
live
ended
cancelled
Show Thumbnail Object
Show Error Object