Use this endpoint to restrict API key usage to a specific IP address. When an IP address restriction is set, any API key request that does not originate from the configured address will be rejected, providing an additional layer of security for your integration.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
IP address restrictions apply to API key authentication only. Bearer token requests are not affected by this setting.
This endpoint requires Bearer token authentication. API key authentication is not accepted.
Path parameters
The UUID of the merchant for which to configure the IP address restriction.
Request body
The IPv4 address to allowlist. Only requests from this address will be accepted when authenticating with an API key for this merchant.
Response
Returns204 No Content on success. No response body is returned.