Generate static IPs
Allocates new static IPs for the authenticated user's vault.
POST
/api/ipsRequest
curl
curl -X POST https://platform.trickest.com/api/ips \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
201Generated static IPs
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring