openapi: 3.1.0 info: title: JLL Corrigo Enterprise REST Assets Contacts API description: The JLL Corrigo Enterprise REST API provides programmatic access to JLL Technologies' cloud-based facility management platform. The API enables integration with work order management, asset tracking, procurement, billing, and vendor management systems. version: '1.0' servers: - url: https://am-ce98c.corrigo.com/api/v1 tags: - name: Contacts description: Manage contacts including vendors and tenants. paths: /query/Contact: post: operationId: queryContacts summary: Query contacts description: Retrieves a filtered list of contacts including vendors, tenants, and facility managers. tags: - Contacts requestBody: required: true content: application/json: schema: type: object properties: filter: type: string top: type: integer responses: '200': description: Success components: securitySchemes: bearerAuth: type: http scheme: bearer