google business profile
List action links
Lists place action links for a Google Business Profile location. Place actions are the booking, ordering, and reservation buttons that appear on your listing.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
Query Parameters
pageSize?integer
Default
100Range
value <= 100pageToken?string
Response Body
application/json
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/accounts/string/gmb-place-actions"{
"success": true,
"placeActionLinks": [
{
"name": "locations/123/placeActionLinks/456",
"uri": "https://order.ubereats.com/joespizza",
"placeActionType": "FOOD_ORDERING"
},
{
"name": "locations/123/placeActionLinks/789",
"uri": "https://www.opentable.com/joespizza",
"placeActionType": "DINING_RESERVATION"
}
]
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}Update attributes PUT
Updates location attributes (amenities, services, etc.). The attributeMask specifies which attributes to update (comma-separated).
Create action link POST
Creates a place action link for a location. Available action types: APPOINTMENT, ONLINE_APPOINTMENT, DINING_RESERVATION, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, SHOP_ONLINE.