---
title: "Get site survey"
method: GET
path: "/api/demographics/v1/SiteSurveys/{merchantNumber}"
tags: ["Site Survey"]
---

# Get site survey

`GET /api/demographics/v1/SiteSurveys/{merchantNumber}`

Retrieve the site survey record associated with the specified merchant.

## Path parameters

- `merchantNumber` string, required

## Response `200`

Returns a Site Survey successfully.

- MerchantDemographicsApiModelsSiteSurvey
  - `siteTypeID` string, required — Site values are from 1 to 4, representing different site types. Possible values: 1 - Other 2 - BrickAndMortar 3 - Tradeshow 4 - Residence
  - `otherSiteTypeDescription` string, nullable — Description of the site type, used when SiteTypeID is 1 (Other).
  - `siteSurveyConductedInPerson` string, required — Indicates whether the site survey was conducted in person.
  - `merchantAcquisitionTypeID` string, nullable — The type of merchant acquisition. Valid values are from 1 to 3, representing acquisition methods.
  - `validIDVerified` string, required — Indicates whether a valid ID has been verified.
  - `inventoryMatchesProductSold` string, required — Indicates whether the inventory matches the products being sold.
  - `inventoryMatchesProductSoldComments` string, nullable — Additional comments if the inventory does not match the products being sold.
  - `agreementAccepted` string, required — Indicates whether the agreement has been accepted by the merchant.
  - `selfSignUpApplication` boolean — Indicates whether the application was submitted via self-sign-up.

## Other responses

- `204` — No content.
- `400` — Bad Request: If merchant number is null or empty.
- `403` — Forbidden: The user does not have the necessary permissions to access this resource.
- `404` — Not Found: Site Survey not found.
- `500` — Internal Server Error: This could be due to system errors. Please contact support for assistance

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
