API Endpoints
Create Device Ping
POST /api/v1/device_pings runs the geolocation/IP compliance check. Called from the customer device and authenticates with the client secret, not the API key.
POST
Create Device Ping
Use this endpoint to record a device location ping for a customer. This endpoint helps verify a customer’s location by sending their device’s coordinates. The location data is validated and returns information about the detected geographic location, along with whether the location check passed or failed. This endpoint authenticates with your client secret, not your API key. Call it directly from the client (browser, app, etc.) rather than your server, since Soap needs to see the end user’s real IP address to complete the check.The companion endpoint Get Latest Geo Check uses your API key instead — it’s a server-side call, not a client secret call.
secret_....
It is safe to use from a browser or mobile client, which is required here because Soap needs the end user’s real IP address.
Requests with an invalid client secret return 422 with {"error": "Client secret not found."}.
Authorizations
Bearer token authentication using your business client secret (secret_...), sent as Authorization: Bearer YOUR_CLIENT_SECRET. This secret is browser-safe and is used only for POST /api/v1/device_pings.
Body
application/json

