For the complete documentation index, see llms.txt. This page is also available as Markdown.

Retrieve all CDN IP Addresses

You can retrieve the list of all IP addresses using pagination and optional filters. The number of results displayed on each page depends on the following values:

  • limit limits the number of response elements.

  • offset specifies the starting point within the collection of resource results returned from the server.

Endpoints

Use the following endpoint to retrieve all IP adresses: https://cdn.de-fra.ionos.com/ips

Request

Note: The following request contains sample values. Remember to replace them with the relevant information.

curl --location \
--request GET 'https://cdn.de-fra.ionos.com/ips?offset=0&limit=10' \
--header 'Authorization: Bearer $Token' \
--header 'Content-Type: application/json'

Request Header Parameters

To make authenticated requests to the API, the following fields are mandatory in the request header:

Header Parameters

Required

Type

Description

Authorization

yes

string

Use a Bearer token. For more information, see Authentication.

Content-Type

yes

string

Set this to application/json.

Response

A 200 message confirms that all public IP addresses are successfully retrieved.

Last updated

Was this helpful?