Update action link
Updates a place action link (change URL or action type). Only the fields included in the request body will be updated.
API key authentication - use your Zernio API key as a Bearer token
In: header
Path Parameters
Query Parameters
Override which location to target. If omitted, uses the account's selected location.
Resource name of the place action link (e.g. locations/123/placeActionLinks/456)
New action URL
New action type
"APPOINTMENT" | "ONLINE_APPOINTMENT" | "DINING_RESERVATION" | "FOOD_ORDERING" | "FOOD_DELIVERY" | "FOOD_TAKEOUT" | "SHOP_ONLINE"Response Body
application/json
application/json
application/json
curl -X PATCH "https://zernio.com/api/v1/accounts/string/gmb-place-actions" \ -H "Content-Type: application/json" \ -d '{ "name": "locations/123/placeActionLinks/456", "uri": "https://order.doordash.com/joespizza" }'{
"success": true,
"name": "string",
"uri": "string",
"placeActionType": "string"
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}Batch get reviews POST
Fetches reviews across multiple locations in a single request. More efficient than calling GET /gmb-reviews per location for multi-location businesses. Reviews are grouped by location in the response.
List Discord guild channels GET
Returns the text, announcement, and forum channels in the connected Discord guild. Use this to discover available channels when switching the connected channel via PATCH /v1/accounts/{accountId}/discord-settings.