GET
/ips Returns Paddle IP addresses. You can add these IP addresses to your allowlist.
IP addresses returned are for the environment that you're making the request in. For example, making the request to the production base URL returns all production IP addresses.
Response (200)
dataobjectrequired
ipv4_cidrsarrayrequired
List of Paddle IPv4 CIDRs.
metaobjectrequired
Information about this response.
request_idstringrequired
Example:
b15ec92e-8688-40d4-a04d-f44cbec93355Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
{ "data": { "ipv4_cidrs": [ "34.194.127.46/32", "54.234.237.108/32", "3.208.120.145/32" ] }, "meta": { "request_id": "ceca4b2f-db0d-4b00-9228-35e0dec592b4" }}