Add geolocation

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.


longitude

float

required

User's geolocation longitude

latitude

float

required

User's geolocation latitude

location

string

User's current location

mpostalCode

string

mcountryCode

string

mcountryName

string

madminArea

string

msubAdminArea

string

mlocality

string

msubLocality

string

mthoroughfare

string

msubThoroughfare

string

api-version

string

required

Defaults to 1.0

``200 OK

``400 Bad Request


ShellNodeRubyPHPPython


xxxxxxxxxx

curl --request POST \

--url https://demo-api.incodesmile.com/omni/add/geolocation \

--header 'accept: application/json' \

--header 'api-version: 1.0' \

--header 'content-type: application/json'

application/json

200400