---
title: "GET /v2/receipts-base/{network}/{lockAddress}"
method: GET
path: "/v2/receipts-base/{network}/{lockAddress}"
---

# GET /v2/receipts-base/{network}/{lockAddress}

`GET /v2/receipts-base/{network}/{lockAddress}`

Get supplier details

## Path parameters

- `network` integer, required
- `lockAddress` string, required

## Response `200`

Successfully get supplier details.

- object
  - `supplierName` string
  - `vat` string
  - `vatBasisPointsRate` number
  - `servicePerformed` string
  - `addressLine1` string
  - `addressLine2` string
  - `city` string
  - `state` string
  - `zip` string
  - `country` string

## Other responses

- `204` — No receipts found
- `401` — User is not authenticated.
- `404` — Impossible to retrieve supplier details.
- `500` — Failed to retrieve supplier details.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
