Javascript
import Profound from 'profoundai'; const client = new Profound({ apiKey: 'My API Key', }); const orgItems = await client.organizations.regions(); console.log(orgItems);
[ { "id": "<string>", "name": "<string>" } ]
Get the organization regions.
Successful Response
Was this page helpful?