Get one current shared location
GET/api/location/{number}
Read the current Find My location for one contact if that contact already shares with the sending Sendblue number.
Get one current shared location
curl https://api.sendblue.co/api/location/$NUMBER \
-H "sb-api-key-id: $SENDBLUE_API_API_KEY" \
-H "sb-api-secret-key: $SENDBLUE_API_API_SECRET"{
"from_number": "+18887776666",
"location": {
"accuracy": 12,
"address": "San Francisco, CA",
"altitude": 8,
"expiresAt": "2026-06-30T20:00:00.000Z",
"latitude": 37.7749,
"locationType": "live",
"longitude": -122.4194,
"refreshError": "Timed out refreshing Find My locations",
"timestamp": "2026-06-30T19:00:00.000Z"
},
"number": "+19998887777",
"state": "shared_with_fix",
"status": "OK"
}Returns Examples
{
"from_number": "+18887776666",
"location": {
"accuracy": 12,
"address": "San Francisco, CA",
"altitude": 8,
"expiresAt": "2026-06-30T20:00:00.000Z",
"latitude": 37.7749,
"locationType": "live",
"longitude": -122.4194,
"refreshError": "Timed out refreshing Find My locations",
"timestamp": "2026-06-30T19:00:00.000Z"
},
"number": "+19998887777",
"state": "shared_with_fix",
"status": "OK"
}