GuideLab API

List Fatture in Cloud companies

List the Fatture in Cloud companies visible to the pending grant so a manager can select exactly one. Requires organization manager access.

GET
/integrations/fatture-in-cloud/companies

List the Fatture in Cloud companies visible to the pending grant so a manager can select exactly one. Requires organization manager access.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/integrations/fatture-in-cloud/companies"
{  "data": [    {      "id": "string",      "name": "string",      "vatNumber": "string",      "taxCode": "string"    }  ]}
Empty