Location
Refresh contact locations
Triggers a refresh of cached FindMy contact locations. Updated results may take 15-20 seconds to appear.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Use your API key as the bearer token.
In: header
Response Body
application/json
application/json
curl -X POST "https://backend.blooio.com/v2/api/location/contacts/refresh"{
"success": true,
"friends": [
{
"handle": "string",
"coordinates": [
0
],
"status": "string",
"last_updated": 0
}
]
}{
"error": "string",
"status": 0
}