FirmhouseConfig

Configuration for firmhouse client

Type parameters

T extends Access

Access type

Properties

PropertyModifierTypeDescription

accessType?

readonly

T

Access type for the apiToken Remarks If the accessType is storefront, then the client will not have access to write operations such as projects, subscriptions, invoices etc. Default value is Access.storefront

apiToken

readonly

string

Firmhouse api token Remarks This token can be obtained from Firmhouse portal > Integrations

baseUrl?

readonly

string

Base url for the Firmhouse api Remarks Default value is https://portal.firmhouse.com/graphql

Last updated