CBRE Real Estate API

Real Estate operations

OpenAPI Specification

cbre-real-estate-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: CBRE Real Estate API
  description: CBRE provides APIs for commercial real estate data including property listings, market analytics, and facility management. The platform enables partners to access CBRE's real estate intelligence.
  version: '1.0'
  contact:
    name: CBRE Developer Support
    url: https://developer.cbre.com/
servers:
- url: https://api.cbre.com
  description: Production
security:
- bearerAuth: []
tags:
- name: Real Estate
  description: Real Estate operations
paths:
  /status:
    get:
      operationId: getStatus
      summary: Get API status
      description: Returns the current status of the API.
      tags:
      - Real Estate
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  status:
                    type: string
                  version:
                    type: string
        '401':
          description: Unauthorized
        '429':
          description: Too many requests
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
externalDocs:
  description: Documentation
  url: https://developer.cbre.com/