import AIInbx from 'aiinbx';
const client = new AIInbx({
apiKey: process.env['AI_INBX_API_KEY'], // This is the default and can be omitted
});
const domain = await client.domains.retrieve('domainId');
console.log(domain.id);
import AIInbx from 'aiinbx';
const client = new AIInbx({
apiKey: process.env['AI_INBX_API_KEY'], // This is the default and can be omitted
});
const domain = await client.domains.retrieve('domainId');
console.log(domain.id);