post https://{host}/location/v0/verify
Verifies the location of a device with a given coordinates and accuracy
Check the Authorization guide on how to get an OAuth2 token, with the following scope:
dpv:FraudPreventionAndDetection#device-location-read
Create an app on our Sandbox to get credentials and retrieve tokens so you can perform API calls to our operators' production environments, or use the following convenience token to test in mock mode:
mock_sandbox_access_token
You can explore our Device Location Verification sample code for additional guidance on using this API.