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.
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
Query Parameters
Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.
100value <= 100Response Body
application/json
application/json
application/json
curl -X GET "https://zernio.com/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.