Typescript
import Nuntly from '@nuntly/sdk'; const client = new Nuntly({ apiKey: 'My API Key', }); const organization = await client.organizations.retrieve('org_9UTZz2PisZ68YwE3NJu9urQ9'); console.log(organization.org_id);
{ "data": { "org_id": "org_01jh6jk82zjq9deye73h0mzcaq", "display_name": "Ray Tomlinson org", "status": "active", "created_at": "2025-01-09T22:22:41.247Z", "modified_at": "2025-01-09T22:22:41.247Z", "region": "eu-west-1", "kind": "orgnization" } }
Return the organization
Bearer HTTP authentication. Allowed headers Authorization: Bearer <API_KEY>
The organization id previously created
A successful response
The response is of type object.
object