v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Place Action Links

Get Place Action Links

Retrieve a list of available place action links.

get/place_action_links

Query parameters

lang'fr' | 'en' | 'es' | 'it' | 'pt-br' | 'de' | 'ar' | 'nl' | 'pl' | 'cs' | 'ca' | 'sk' | 'pt' | 'lv' | 'ro' | 'bg' | 'hu'

Available language in the application

Example:fr

Preferred language for place action links. If no language is provided, the user's default language will be used. If the user's default language is unavailable, the country's primary language will be used.

Response

OK

Example response

{
  "place_action_links": [
    {
      "gmb_id": "APPOINTMENT",
      "name": "Appointment links"
    },
    {
      "gmb_id": "DINING_RESERVATION",
      "name": "Reservations links"
    },
    {
      "gmb_id": "FOOD_DELIVERY",
      "name": "Food delivery links"
    },
    {
      "gmb_id": "FOOD_ORDERING",
      "name": "Food ordering links"
    },
    {
      "gmb_id": "FOOD_TAKEOUT",
      "name": "Food takeout links"
    },
    {
      "gmb_id": "ONLINE_APPOINTMENT",
      "name": "Online appointment links"
    },
    {
      "gmb_id": "SHOP_ONLINE",
      "name": "Shop Online links"
    }
  ]
}