Locationv2
Refresh contact locations
POST
/location/contacts/refreshTriggers a refresh of cached FindMy contact locations. Updated results may take 15-20 seconds to appear.
Headers
AuthorizationRequiredstringYour API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.
Bearer
Returns
successoptionalbooleanfriendsoptionalContactLocation[]
friendsoptionalContactLocation[]Array of ContactLocation
handleoptionalstringContact's phone number or email
coordinatesoptionalnumber[]GPS coordinates [latitude, longitude]
statusoptionalstringLocation status (e.g., 'live', 'shallow', 'legacy')
last_updatedoptionalintegerTimestamp of last location update (epoch ms)
Response codes
200Refresh triggered, returns updated locations
401Authentication required or invalid
Sends a live request with your values and shows the real response below. Your key is stored only in this browser.
curl -X POST https://api.blooio.com/v2/api/location/contacts/refresh \ -H "Authorization: Bearer bl_live_..."{ "success": false, "friends": [ { "handle": "blooio", "coordinates": [ 0 ], "status": "active", "last_updated": 0 } ]}