Light APIv1.0.0

API / Reference / Companies

Get current company

GET https://api.light.inc/v1/companies/current

Returns the current company information

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

  • createdAt string · date-time

  • updatedAt string · date-time