We're using the API for creating new account from our mobile app and so far everything has worked fine, until we now have a need to support the user's home city, which we would like to pass on with the request. I haven't been able to find any documentation for the API, so I have tried to guess the correct parameter like 'city', 'homeCity', 'userLocation', but so far the response JSON data contains always a field 'homeCity' with value 'New York, NY'
My question is: Is there documentation somewhere for this API and does it support passing on the user's home city information?
Br, Petri