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 |
- You cannot pinpoint this location
- You cannot pinpoint at this place
|
| 400 |
- Requires an ID
- Target is not a valid location
- Requires a place ID
- Place specified is not valid
|
| 401 |
- Authentication failed
- Token expired
|
| 404 |
- Bad ID
|