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.
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
}Verification Identifier
OK
List of an existing paginated items List of verification tracking events
Show child attributes
Verification identifier
Organization identifier
"o6e501dc4d3c6d9a4"
Event type
open, upload_file, submit, set_country, set_custom_fields, upload_custom_file "upload_file"
Reference object identifier
Show child attributes
User agent header string
"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
bot, desktop, mobile, tablet, unknown "desktop"
Device operating system
"macOS 10.15.7"
Browser name and version
"Safari v18.3.1"
Client IP address
"10.2.13.249"
HTTP status code
400
Array of verification errors
API version
"e3b9b5e"
"2025-04-07T16:37:47.722Z"
This property serves as an indicator of whether there is a next page available in the paginated result