{ "opencollection": "1.0.0", "info": { "name": "Paperspace Container Registries Activity Public IPs API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Public IPs", "type": "folder" }, "items": [ { "info": { "name": "List Public IPs", "type": "http" }, "http": { "method": "GET", "url": "https://api.paperspace.com/v1/public-ips" }, "docs": "Fetches a list of public IPs claimed by the team." }, { "info": { "name": "Claim Public IP", "type": "http" }, "http": { "method": "POST", "url": "https://api.paperspace.com/v1/public-ips", "body": { "type": "json", "data": "{}" } }, "docs": "Claims a new public IP address for the team." }, { "info": { "name": "Assign Public IP", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paperspace.com/v1/public-ips/:ip", "params": [ { "name": "ip", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Assigns a public IP to a machine." }, { "info": { "name": "Release Public IP", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paperspace.com/v1/public-ips/:ip", "params": [ { "name": "ip", "value": "", "type": "path" } ] }, "docs": "Releases a public IP back to the pool." } ] } ], "bundled": true }