πΊοΈ#4 Add Location Info
This API to add latitude and longitude of the client's detected location.
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
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/LocationInfoLast updated