πΊοΈ#4 Add Location Info
This API to add latitude and longitude of the client's detected location.
post
Authorizations
Body
latitudestringRequiredExample:
Latitude of client's detected location
31.022031longitudestringRequiredExample:
Longitude of client's detected location
30.0163758Responses
200
Success
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
post
/Onboarding/api/v1/onboarding/LocationInfoPOST /Onboarding/api/v1/onboarding/LocationInfo HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 49
{
"latitude": "31.022031",
"longitude": "30.0163758"
}{
"status": 0
}Last updated