-
-
Notifications
You must be signed in to change notification settings - Fork 85
09. Organization API
Vincent Kok edited this page Jun 7, 2024
·
1 revision
Retrieve the currently authenticated organization.
using IOrganizationClient client = new OrganizationClient("{yourApiKey}");
OrganizationResponse result = await client.GetCurrentOrganizationAsync();
using IOrganizationClient client = new OrganizationClient("{yourApiKey}");
OrganizationResponse result = await client.GetOrganizationAsync({organizationId});