---
title: "Get all photos of a SalesPartner"
method: GET
path: "/sales-partners/{id}/photos"
tags: ["Sales Partners"]
---

# Get all photos of a SalesPartner

`GET /sales-partners/{id}/photos`

Can be used to get all photos of a SalesPartner

## Path parameters

- `id` string, required

## Query parameters

- `photoTypes` 'SMB_SETUP_WIZARD_STEP_1' | 'SMB_SETUP_WIZARD_STEP_2' | 'SMB_SETUP_WIZARD_STEP_3'
- `offset` integer
- `max` integer
- `sort` string
- `order` string

## Response `200`

Successful operation

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

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