Skip to main content
GET
/
country-restrictions
/
{id}
cURL
curl --request GET \
  --url https://apay.caibo.digital/country-restrictions/{id}
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Path Parameters

id
integer<int64>
required

Query Parameters

paymentRequestId
integer<int64>

Response

OK