πŸ—ΊοΈ#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
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

Last updated