List static IPs
Fetches the static IPs allocated to the authenticated user's vault.
GET
/api/ipsRequest
curl
curl -X GET https://platform.trickest.com/api/ips \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Static IPs for the vault
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring