---
title: "Get site"
method: GET
path: "/site/{id}"
tags: ["Site"]
---

# Get site

`GET /site/{id}`

## Path parameters

- `id` string, required — Gateway site ID (created on the Merchant portal)

## Headers

- `X-Request-ID` string

## Response `200`

OK

- object
  - `id` string — Gateway site ID (created on the Merchant portal)
  - `name` string — URL without protocol prefix
  - `externalId` string — Merchant site ID
  - `ipnUrl` string, url — The Instant payment notification (aka IPN or callback) will be sent to this URL after purchase
  - `redirectUrl` string, url — User will be redirected to this URL after purchase
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

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