Retrieve All Distributions
To retrieve all the CDN distributions under a contract, perform a GET
request.
Endpoint
Use the following endpoint to retrieve all CDN distributions for a contract: https://cdn.de-fra.ionos.com/distributions
.
Request
To make authenticated requests to the API, the following fields are mandatory in the request header:
Header Parameters
Required
Type
Description
Authorization
yes
string
The Bearer token enables requests to authenticate using a JSON Web Token (JWT). From the DCD, Generate authentication token.
Content-Type
yes
string
Set this to application/json
.
Response
200 Successful operation
Result: All the existing CDN distributions and their details are successfully obtained for your contract.
Last updated
Was this helpful?