KashierDevelopersKashier Developers
API reference and playgroundCredentials and access

Get one allow-list entry

curl -X GET "https://test-api.kashier.io/v2/ip-address/string"
{}

Returns a single IP allow-list entry. Requires the view-IP permission on your user's role.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

ipId*string

The entry's identifier, from List the IP allow-list.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

GET
/v2/ip-address/{ipId}