Blooio API Reference
Location

List contact locations

Returns cached FindMy contact locations available through your blooio account. Each entry includes the contact's handle (phone/email), coordinates, and last update time.

GET
/location/contacts

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 GET "https://backend.blooio.com/v2/api/location/contacts"
{
  "friends": [
    {
      "handle": "string",
      "coordinates": [
        0
      ],
      "status": "string",
      "last_updated": 0
    }
  ]
}
{
  "error": "string",
  "status": 0
}
Empty