Blooio API Reference
Location

Refresh contact locations

POST
/location/contacts/refresh

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://example.com/location/contacts/refresh"
{
  "success": true,
  "friends": [
    {
      "handle": "string",
      "coordinates": [
        0
      ],
      "status": "string",
      "last_updated": 0
    }
  ]
}
{
  "error": "string",
  "message": "string",
  "status": 0,
  "code": "string"
}