google business profile
Create action link
Creates a place action link for a location. Available action types: APPOINTMENT, ONLINE_APPOINTMENT, DINING_RESERVATION, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, SHOP_ONLINE.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
uristring
The action URL
placeActionTypestring
Type of action
Value in
"APPOINTMENT" | "ONLINE_APPOINTMENT" | "DINING_RESERVATION" | "FOOD_ORDERING" | "FOOD_DELIVERY" | "FOOD_TAKEOUT" | "SHOP_ONLINE"Response Body
application/json
application/json
application/json
curl -X POST "https://getlate.dev/api/v1/accounts/string/gmb-place-actions" \ -H "Content-Type: application/json" \ -d '{ "uri": "https://order.ubereats.com/joespizza", "placeActionType": "FOOD_ORDERING" }'{
"success": true,
"name": "string",
"uri": "string",
"placeActionType": "string"
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}