Get cert by id
https://api.vercel.com/v8/certs/{id}const response = await fetch('https://api.vercel.com/v8/certs/id?teamId=string&slug=string', { method: 'GET', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', },});
const data = await response.json();console.log(data);{ "id": "icfg_1234567890", "createdAt": "123", "expiresAt": "123", "autoRenew": "false", "cns": []}Default authentication mechanism