Skip to main content
GET
/
v1
/
org
/
domains
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>"
  }
]

Authorizations

X-API-Key
string
header
required

Response

Successful Response

created_at
string<date-time>
required
id
string<uuid>
required
name
string
required