Get current company
GET
https://api.light.inc/v1/companies/current
Returns the current company information
Returns the company the credential belongs to. baseCurrency is the group (reporting) currency; each entity has its own localCurrency on GET /v1/entities. The four email fields are the company's inbound mailboxes: documents emailed to them are ingested by Light. There is no fiscal-year information on this endpoint.
Authorization
Send one of these on every request. See Authentication for how to get credentials.
- API key
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
- Bearer token
Response
-
idstring · uuid -
namestring -
invoiceEmailstring -
receiptEmailstring -
contractEmailstring -
salesInvoiceEmailstring -
logoUrlstring -
baseCurrencystringThe group (reporting) currency. Entities post in their own
localCurrency; ledger amounts are carried in both. -
createdAtstring · date-time -
updatedAtstring · date-time