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 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
The entry's identifier, from List the IP allow-list.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
Enable or disable the whole allow-list PUT
Turns every entry on the allow-list active or inactive in one call — the escape hatch for when the list has locked you out. Sending isActive: false deactivates every entry, which leaves no active e…
Remove an IP from the allow-list DELETE
Deletes one entry. Removing the last entry empties the list, and an empty list allows every IP — deleting entries loosens the restriction rather than tightening it. Requires the delete-IP permissio…