---
title: "Get Place Action Links"
method: GET
path: "/business/{business_id}/place_action_links"
tags: ["Businesses"]
---

# Get Place Action Links

`GET /business/{business_id}/place_action_links`

Retrieve a list of place action links for a given business_id.  Only the available gmb_id links for the business are returned in the GET request.  Additionally, the business must be connected to a Google location.  For more details, refer to the [Partner Connection](https://app.partoo.co/settings/platforms/connection) page.

## Path parameters

- `business_id` string, required

## Response `200`

OK

- PlaceActionLinksResponse
  - `place_action_links` object[] — List of Business Place Action Links
    - `gmb_id` 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE' — The Google My Business ID for the place action type.
    - `urls` object[] — List of place action links associated with a given gmb_id.
      - `id` integer — Id for link
      - `value` string — Must be a valid url value and be unique within the list of URLs for this gmb_id.
      - `is_preferred` boolean — Indicates if this URL is the preferred link. There can only be one preferred URL per gmb_id.
      - `is_editable` boolean — Indicates if this URL is editable.

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
