cURL
curl --request GET \ --url https://api.dataspike.io/api/v4/verifications/{verification_id}/events \ --header 'ds-api-token: <api-key>'
{ "data": [ { "verification_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "o6e501dc4d3c6d9a4", "event": "upload_file", "reference_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "country": { "name": "United States of America", "alpha2": "US", "alpha3": "USA" }, "user_agent": { "header": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3.1 Safari/605.1.15", "device_type": "desktop", "device_os": "macOS 10.15.7", "browser": "Safari v18.3.1" }, "ip_address": "10.2.13.249", "http_status": 400, "verification_errors": [ 5014 ], "api_version": "e3b9b5e", "created_at": "2025-04-07T16:37:47.722Z" } ], "has_next": false }
Retrieves a list of verification tracking events by a verification identifier.
Verification Identifier
OK
List of an existing paginated items List of verification tracking events
Show child attributes
This property serves as an indicator of whether there is a next page available in the paginated result