Letmc Customer
Connector for the letmc-customer API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://live-api.letmc.com - Auth:
header:ApiKey(pass your key via theapiKeyinput)
Operations
branchcontroller_getbranches— GET /v2/customer/{shortName}/branch/branches — All branches defined for a companyget_v2_customer_shortname_branch_branches_branch— GET /v2/customer/{shortName}/branch/branches/{branchID} — Get a specific branch given its unique Object ID (OID)landlordcontroller_getaccounts— GET /v2/customer/{shortName}/landlord/accounting — Get the accounting details for the landlord.landlordcontroller_getdocument— GET /v2/customer/{shortName}/landlord/document — Download a Documentlandlordcontroller_getinvetoryreport— GET /v2/customer/{shortName}/landlord/inventory — Generate a Inventory PDF for a tenancylandlordcontroller_getinvoice— GET /v2/customer/{shortName}/landlord/invoice — Get an invoice pdf belonging to the landlord.
Inputs
apiKey— your letmc-customer API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: branchcontroller_getbranches
apiKey: <your key>