API Endpoints

pinpoint

GET

The pinpoint endpoint connects a location to a confirmed place.

Method Description
/LOCATIONID/PLACEID/pinpoint connects a location to a confirmed place

Example: Pinpoint Place to Location

GET http://api.hipgeo.com/l_25470/p_6261/pinpoint?access_token=TOKENVALUE

Returns:
{
  "id":"l_25470",
  "shareable":true,
  "pid":"p_6261",
  "result":"success"
}
Error Code Possible Errors
25
  1. You cannot pinpoint this location
  2. You cannot pinpoint at this place
400
  1. Requires an ID
  2. Target is not a valid location
  3. Requires a place ID
  4. Place specified is not valid
401
  1. Authentication failed
  2. Token expired
404
  1. Bad ID
HipGeo Icon