connect
Update GBP location
Switch which GBP location is active for a connected account.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
selectedLocationIdstring
Response Body
application/json
application/json
curl -X PUT "https://getlate.dev/api/v1/accounts/string/gmb-locations" \ -H "Content-Type: application/json" \ -d '{ "selectedLocationId": "12345678901234567890" }'{
"message": "Google Business location updated successfully",
"selectedLocation": {
"id": "12345678901234567890",
"name": "My Business Location"
}
}Empty
{
"error": "Unauthorized"
}Empty
List GBP locations GET
Returns all Google Business Profile locations the connected account has access to, including the currently selected location.
List LinkedIn orgs GET
Fetch full LinkedIn organization details (logos, vanity names, websites) for custom UI. No authentication required, just the tempToken from OAuth.