---
title: "Get site"
method: GET
path: "/sites/{site_id}"
tags: ["My account"]
---

# Get site

`GET /sites/{site_id}`

Get information about a site.

## Path parameters

- `site_id` string, required

## Response `200`

Request successful

- object
  - `success` Success — unresolved $ref
  - `data` object
    - `account_id` integer — The unique identifier for the account.
    - `api_key` string — The site API key.
    - `id` integer — The unique identifier of the site.
    - `name` string, required — The site name.
    - `notification_url` NotificationUrl — unresolved $ref
    - `price_from` PriceFrom — unresolved $ref
    - `price_till` PriceTill — unresolved $ref
    - `support_email` SupportEmail — unresolved $ref
    - `support_phone` SupportPhone — unresolved $ref
    - `url` Url, required — unresolved $ref

## Other responses

- `404` — Site not found

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
