Blooio API Reference
Location

Get contact location

Returns the cached location for a specific contact identified by phone number or email.

GET
/location/contacts/{handle}

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

handle*string

Contact's phone number (E.164) or email address

Response Body

application/json

application/json

application/json

curl -X GET "https://backend.blooio.com/v2/api/location/contacts/string"
{
  "handle": "string",
  "coordinates": [
    0
  ],
  "status": "string",
  "last_updated": 0
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}
Empty