IP addresses
Get an IP address
Returns a single IP address with its PTR record.
Authorization
bearerAuth AuthorizationBearer <token>
API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.
In: header
Path Parameters
ip*string
IPv4 address assigned to one of your services.
Response Body
application/json
curl -X GET "https://example.com/api/network/ips/string/"{ "ip": "string", "content": "string", "comment": "string", "can_update_ptr": true}Empty
Empty