GET /{merchantId}/settings/ips

Path parameters

  • merchantId string Required

    Merchant identifier

Responses

  • 200 application/json

    Request executed correctly

    Hide response attribute Show response attribute object
    • trustedIps array Required
GET /{merchantId}/settings/ips
curl \
 --request GET 'https://api.imoje.pl/v1/merchant/{merchantId}/settings/ips' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "trustedIps": [
    "127.0.0.1",
    "10.10.10.10"
  ]
}