cURL
curl --request GET \ --url https://www.useroulette.com/api/v1/accounts/{account_id}/shared-links/{id}/access-logs \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "access_logs": [ { "id": "log-uuid-1", "shared_link_id": "link-uuid", "ip_address": "192.168.x.x", "user_agent": "Mozilla/5.0...", "country": "US", "accessed_at": "2024-01-20T15:30:00Z" }, { "id": "log-uuid-2", "shared_link_id": "link-uuid", "ip_address": "10.0.x.x", "user_agent": "Chrome/120...", "country": "UK", "accessed_at": "2024-01-19T10:15:00Z" } ], "pagination": { "page": 1, "limit": 20, "total": 42, "total_pages": 3 } } }
Retrieve access logs for a shared link showing who viewed it, when, and from where.
x >= 1
1 <= x <= 100
Show child attributes