Javascript
import AIInbx from 'aiinbx'; const client = new AIInbx({ apiKey: 'My API Key', }); const domain = await client.domains.create({ domain: 'sfN2.l.iJR-BU.u9JV9.a.m.o2D-4b-Jd.0Z-kX.L.n.S.f.ukBXb', }); console.log(domain.domainId);
{ "domainId": "<string>", "records": [ { "type": "TXT", "name": "<string>", "value": "<string>", "priority": 123 } ] }
Create a new domain for the organization and return required DNS records to configure.
API Key authentication using Bearer token
1
Successful response
Show child attributes
Was this page helpful?