---
title: "IPs & Ciphers"
slug: "developer-tools/ip-and-ciphers"
excerpt: "List of Pine Labs Online IP addresses and the accepted ciphers."
hidden: false
sidebar_order: 4
metadata: 
  title: "IP Addresses & Ciphers — Webhook & Security Config | Pine Labs"
  description: >-
    Pine Labs webhook IP addresses (13.201.195.80/28, 13.200.147.61) and accepted cipher suites for secure API integrations. Configure servers for secure webhook delivery and encrypted connections.
  keywords: "IP addresses, webhook IPs, cipher suites, security configuration, SSL ciphers, webhook security, TLS ciphers"
  robots: "index"
createdAt: "Thu Feb 27 2025 07:02:51 GMT+0000 (Coordinated Universal Time)"
updatedAt: "Tue Apr 14 2026 07:01:02 GMT+0000 (Coordinated Universal Time)"
---
## IP Address for Webhook

To ensure your integration is secure, configure your servers to accept webhooks only from the following IP range and address.

- IP range: `13.201.195.80`/`28`
- IP adress: `13.200.147.61`

## List of accepted Ciphers

To strengthen the security of your integration, set up your servers to accept only the specified ciphers listed below.

- `TLS_AES_128_CCM_8_SHA256`
- `TLS_AES_128_CCM_SHA256`
- `TLS_ECCPWD_WITH_AES_128_CCM_SHA256`
- `TLS_ECCPWD_WITH_AES_256_CCM_SHA384`
- `TLS_ECDHE_ECDSA_WITH_AES_128_CCM`
- `TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8`
- `TLS_ECDHE_ECDSA_WITH_AES_256_CCM`
- `TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8`
- `TLS_ECDHE_PSK_WITH_AES_128_CCM_8_SHA256`
- `TLS_ECDHE_PSK_WITH_AES_128_CCM_SHA256`
- `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`
- `TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384`
- `TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256`
- `TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384`
- `TLS_ECDHE_RSA_WITH_CAMELLIA_128_GCM_SHA256`
- `TLS_ECDHE_RSA_WITH_CAMELLIA_256_GCM_SHA384`
- `TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256`
