Interface ClientOptions

interface ClientOptions {
    apiKey: string;
    companyDomain: string;
}

Properties

apiKey: string
companyDomain: string

The subdomain used to access your account (If you access BambooHR at https://mycompany.bamboohr.com, then the subdomain is "mycompany")