Javascript
import Profound from 'profoundai'; const client = new Profound({ apiKey: 'My API Key', }); const response = await client.organizations.domains(); console.log(response);
[ { "created_at": "2023-11-07T05:31:56Z", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ]
Get the organization domains.
Successful Response
Was this page helpful?