Locationv4
Get one Find My contact
GET
/location/contacts/{handle}Path parameters
handleRequiredstringContact handle to resolve — a phone number in E.164 format, an email address, or an Apple ID. URL-encode the value.
Headers
AuthorizationRequiredstringYour 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
dataoptionalobjectResponse 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.
curl -X GET https://api.blooio.com/v4/location/contacts/blooio \ -H "Authorization: Bearer bl_live_..."{ "data": {}}