πŸ—ΊοΈ#4 Add Location Info

This API to add latitude and longitude of the client's detected location.

post
Authorizations
Body
latitudestringRequired

Latitude of client's detected location

Example: 31.022031
longitudestringRequired

Longitude of client's detected location

Example: 30.0163758
Responses
200

Success

application/json
post
/Onboarding/api/v1/onboarding/LocationInfo
POST /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