---
title: "List action links"
method: GET
path: "/v1/accounts/{accountId}/gmb-place-actions"
tags: ["GMB Place Actions"]
---

# List action links

`GET /v1/accounts/{accountId}/gmb-place-actions`

Lists place action links for a Google Business Profile location.

Place actions are the booking, ordering, and reservation buttons that appear on your listing.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string
- `pageSize` integer
- `pageToken` string

## Response `200`

Place actions fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `placeActionLinks` object[]
    - `name` string — Resource name
    - `uri` string — Action URL
    - `placeActionType` string
    - `createTime` string, date-time
    - `updateTime` string, date-time
  - `nextPageToken` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

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