Skip to main content
GET
/
v1
/
dedicated-sending-ips
List dedicated sending IP addresses
curl --request GET \
  --url https://app.loops.so/api/v1/dedicated-sending-ips \
  --header 'Authorization: Bearer <token>'
[
  "1.2.3.4"
]
This endpoint is provided for the rare instances where you may need to whitelist our sending IPs. Please note that this list is subject to change and will not include shared IPs used for sending mail.Unless you are sure you need this and are comfortable watching for changes, we strongly recommend you do not whitelist these IPs.This endpoint may be rate-limited.

Request

No parameters.

Response

Returns an array of IP address strings.
IP addresses
array
required
IP address (e.g., “1.2.3.4”)
If there are no dedicated IP addresses an empty array is returned.

Error

A 405 error will be returned if the wrong HTTP request method is used.
success
boolean
required
message
string
required
Error message
[
  "1.2.3.4"
]