curl --request GET \
--url https://api.light.inc/rest/ext/v1/companies/current
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"invoiceEmail": "<string>",
"receiptEmail": "<string>",
"contractEmail": "<string>",
"logoUrl": "<string>",
"baseCurrency": "USD",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Gets current company information for the authenticated user.
curl --request GET \
--url https://api.light.inc/rest/ext/v1/companies/current
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"invoiceEmail": "<string>",
"receiptEmail": "<string>",
"contractEmail": "<string>",
"logoUrl": "<string>",
"baseCurrency": "USD",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
default response
The response is of type object
.