---
title: "Get business photos"
method: GET
path: "/customer/businesses/{handle}/photos"
tags: ["Business Content"]
---

# Get business photos

`GET /customer/businesses/{handle}/photos`

Retrieve photo gallery for the business with pagination.

## Path parameters

- `handle` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

`PhotoResponseResource`

- object
  - `data` PhotoResponseResource, required
    - `photos` PhotoResource[], required
      - `id` string, required
      - `url` string, required
      - `alt_text` string, required
    - `pagination` PaginationResource, required
      - `current_page` string, required
      - `per_page` string, required
      - `total` string, required
      - `has_more` string, required

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/nexuforma/apis/51eat-api-documentation.md) · [All operations](https://skmtc.net/nexuforma/apis/51eat-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexuforma/51eat-api-documentation/revisions/ee945e6d6db7/schema)
