Get cert by id
GET
https://api.vercel.com/v8/certs/{id}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);Response
{ "id": "icfg_1234567890", "createdAt": "123", "expiresAt": "123", "autoRenew": "false", "cns": []}AuthorizationbearerToken
Default authentication mechanism