BetaThe V4 API is in beta — endpoints and functionality may change.
Locationv4

Get one Find My contact

GET/location/contacts/{handle}

Path parameters

handleRequiredstring

Contact handle to resolve — a phone number in E.164 format, an email address, or an Apple ID. URL-encode the value.

Headers

AuthorizationRequiredstring

Your 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

dataoptionalobject

Response codes

200Find My contact
401Your API key is missing or invalid. Pass it as a bearer token.
404No Find My contact was found with the provided `handle`.

Sends a live request with your values and shows the real response below. Your key is stored only in this browser.

Request
curl -X GET https://api.blooio.com/v4/location/contacts/blooio \  -H "Authorization: Bearer bl_live_..."
Response objectexample
{  "data": {}}