Light APIv1.0.0

API / Reference / Companies

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

  • id string · uuid

  • name string

  • invoiceEmail string

  • receiptEmail string

  • contractEmail string

  • salesInvoiceEmail string

  • logoUrl string

  • baseCurrency string

    The group (reporting) currency. Entities post in their own localCurrency; ledger amounts are carried in both.

  • createdAt string · date-time

  • updatedAt string · date-time