Letmc Basic Tier
Connector for the letmc-basic-tier 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
get_v2_tier2_shortname_area_areas— GET /v2/tier2/{shortName}/area/areas — A collection of all the areas for a companyget_v2_tier2_shortname_area_areas_areaid— GET /v2/tier2/{shortName}/area/areas/{areaID} — Get a specific area given its unique Object ID (OID)get_v2_tier2_shortname_branch_branches— GET /v2/tier2/{shortName}/branch/branches — All branches defined for a companyget_v2_tier2_shortname_branch_branches_branchid— GET /v2/tier2/{shortName}/branch/branches/{branchID} — Get a specific branch given its unique Object ID (OID)companycontroller_getcompany— GET /v2/tier2/{shortName}/company — Information about a specific companyget_v2_tier2_shortname_county_counties— GET /v2/tier2/{shortName}/county/counties — A collection of all counties available for a company
Inputs
apiKey— your letmc-basic-tier 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: get_v2_tier2_shortname_area_areas
apiKey: <your key>