List of CNAMEs
Gethttps://api.cdn77.com/v3/cdn/{id}/cnameRequest parameters
idinteger in pathrequired
Responses
List of CNAMEs returned.
Response parameters
idstring, format UUIDv4ID of CNAME.
cnamestringCNAME assigned to CDN Resource. CNAME should be mapped via DNS to CDN URL. Otherwise it's not possible to generate an SSL certificate for any related CNAME.
Example of the response
[
{
"id": "9880280c-0507-46d1-88f3-71cfee83fa57",
"cname": "cname.your-domain.com"
}
]