curl --request GET \
--url https://app.loops.so/api/v1/dedicated-sending-ips \
--header 'Authorization: Bearer <token>'[
"1.2.3.4"
]
Retrieve a list of Loops’ 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"
]
405 error will be returned if the wrong HTTP request method is used.
[
"1.2.3.4"
]
Was this page helpful?