Home / Docs / Docs

Is it safe that PinBridge uses shared IPs?

The question

PinBridge publishes on behalf of many customers from a shared pool of server IP addresses. Does sharing IPs with other accounts put your Pinterest account at risk?

Short answer

No. Pinterest identifies and authorizes your account by its OAuth token, not by IP address. Shared server IPs are exactly what Pinterest expects from a registered API application, so this is normal and not a risk.

Why

  • Pinterest authorizes by token, not IP. When you connect your account, Pinterest issues PinBridge an OAuth token scoped to your account. Every publish is authenticated with that token. Pinterest ties the action to your account through the token, regardless of which server IP the request came from.
  • Registered API apps are meant to run from shared infrastructure. PinBridge is a registered Pinterest API application. API traffic from a hosting provider’s shared IPs is the expected pattern for any such app, the same way large email or scheduling platforms operate. It is not treated like suspicious browser logins from unfamiliar locations.
  • This is different from logging in through a browser. Password logins from new locations can trigger security checks. API publishing through an authorized token does not work that way.

What actually protects your account

  • Only connect PinBridge to accounts you control.
  • Grant only the permissions you need during the OAuth consent.
  • If you ever want to cut access, revoke PinBridge from your Pinterest connected apps. That invalidates the token, which is the real access control (see My Pinterest account got disconnected).
Last updated September 12, 2026Was this page helpful? Tell us →