Measurabl Certification Lookups API

The Certification Lookups API from Measurabl — 7 operation(s) for certification lookups.

Operations 8

GET /insights/v0/certification_lookup_batches Returns all certification lookup batches
GET /insights/v0/certification_lookup_batches/{id}/certification_lookups Returns all certification lookups for a given batch
POST /insights/v0/certification_lookup_batches/export Requests a CSV download for the given Certification Lookups batches
GET /insights/v0/certification_lookup_batches/{id} Returns certification lookup batch
POST /insights/v0/certification_lookup_batches/upload Uploads a file to create new certification lookup(s)
POST /insights/v0/certification_lookups Creates new certification lookup(s)
GET /insights/v0/certification_lookups Returns all certification lookups
GET /insights/v0/certification_lookups/{id} Retrieves an existing certification lookup

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/measurabl-certification-lookups-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

measurabl-certification-lookups-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: ESGx Buildings Certification Lookups API
  version: v0
  description: '## Quick Start Guide


    1. Authorize using your client credentials (key and secret)

    2. Make a `POST /insights/v0/energy_estimates` request with at least one building

    3. Take note of the `id` for the first estimate record

    4. Check the status of the energy estimate with `GET /insights/v0/energy_estimates/{id}`

    5. Keep polling until the status says `JOB_SUCCESS`

    6. Check out the results of the estimate in the `absoluteEstimates` and `intensityEstimates` fields!


    ### Response Format

    Each endpoint response complies with the [JSON-API Specification](https://jsonapi.org/) which has many available [client libraries](https://jsonapi.org/implementations/#client-libraries).

    '
servers:
- url: https://api.measurabl.com/insights/v0
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Certification Lookups
paths:
  /insights/v0/certification_lookup_batches:
    get:
      summary: Returns all certification lookup batches
      tags:
      - Certification Lookups
      security:
      - OAuth2: []
      parameters:
      - name: page
        in: query
        schema:
          type: integer
      - name: pageSize
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: list of certification lookup batches
          content:
            application/vnd.api+json:
              example:
                data:
                - id: c4308483-7ff2-4014-8d09-bc3ba20d4de4
                  type: certificationLookupBatches
                  attributes:
                    status: STARTING
                    errorMessage: null
                    createdAt: '2026-07-16T13:20:42.996Z'
                    updatedAt: '2026-07-16T13:20:42.996Z'
                - id: 2d2ed3bb-4aa0-49f1-9880-109f28c6a739
                  type: certificationLookupBatches
                  attributes:
                    status: STARTING
                    errorMessage: null
                    createdAt: '2026-07-16T13:20:43.000Z'
                    updatedAt: '2026-07-16T13:20:43.000Z'
                meta:
                  totalCount: 2
                  itemCount: 5
                  pageCount: 1
                  currentPage: 1
                  prevPage: null
                  nextPage: null
                  lastPage: 1
                  fromRecord: 1
                  toRecord: 2
                links:
                  self: /insights/v0/certification_lookup_batches?page=1&pageSize=5
                  prev: null
                  next: null
              schema:
                $ref: '#/components/schemas/json_api'
        '404':
          description: when requesting an overflow page
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '404'
                  title: Not Found
                  detail: 'The page requested was not found

                    The last page available is 1

                    '
              schema:
                $ref: '#/components/schemas/json_api'
        '403':
          description: unauthorized request
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '403'
                  title: Forbidden
                  detail: 'A valid auth token is required.

                    POST to ''/token'' with a valid ''key'' and ''secret'' to get an auth token.

                    '
              schema:
                $ref: '#/components/schemas/json_api'
  /insights/v0/certification_lookup_batches/{id}/certification_lookups:
    get:
      summary: Returns all certification lookups for a given batch
      description: 'Provides access to the data for all the certification lookups in a given certification lookup batch record once it completes processing. It can be polled while processing to see the current status.

        '
      tags:
      - Certification Lookups
      security:
      - OAuth2: []
      parameters:
      - name: id
        in: path
        description: 'Example: <em>d271f75a-6d88-4344-a1cd-bfe6a82cb2a0</em>'
        required: true
        schema:
          type: string
      - name: page
        in: query
        schema:
          type: integer
      - name: pageSize
        in: query
        schema:
          type: integer
      responses:
        '200':
          description: list of certification lookups
          content:
            application/vnd.api+json:
              example:
                data:
                - id: dab479f4-41e0-4a4c-b3f7-6daef91e59e3
                  type: certificationLookups
                  attributes:
                    status: GEOLOCATION_SUCCEEDED
                    error: null
                    customId: null
                    clientMetadata: null
                    createdAt: '2026-07-16T13:20:58.923Z'
                    updatedAt: '2026-07-16T13:20:58.923Z'
                    requestedLatitude: null
                    requestedLongitude: null
                    statuses: {}
                  relationships:
                    certificationLookupBatch:
                      data:
                        id: 8bfd9af5-1a75-450d-8a4a-dd9902577ee9
                        type: certificationLookupBatches
                    building:
                      data:
                        id: 63a7d9e0-663b-40d8-8961-ecff073f6231
                        type: buildings
                    leedCertificationResponses:
                      data: []
                    breeamCertificationResponses:
                      data: []
                    casbeeCertificationResponses:
                      data: []
                    greenStarCertificationResponses:
                      data: []
                - id: ce0ba04d-6c6e-4019-bcdd-b1427abfd9bd
                  type: certificationLookups
                  attributes:
                    status: GEOLOCATION_SUCCEEDED
                    error: null
                    customId: null
                    clientMetadata: null
                    createdAt: '2026-07-16T13:20:58.947Z'
                    updatedAt: '2026-07-16T13:20:58.947Z'
                    requestedLatitude: null
                    requestedLongitude: null
                    statuses: {}
                  relationships:
                    certificationLookupBatch:
                      data:
                        id: 8bfd9af5-1a75-450d-8a4a-dd9902577ee9
                        type: certificationLookupBatches
                    building:
                      data:
                        id: e89c2a18-07e1-40d8-b07f-a18ab9ca6db1
                        type: buildings
                    leedCertificationResponses:
                      data: []
                    breeamCertificationResponses:
                      data: []
                    casbeeCertificationResponses:
                      data: []
                    greenStarCertificationResponses:
                      data: []
                - id: 7d203e9b-1e7a-4865-bed3-13c8f29b8f2d
                  type: certificationLookups
                  attributes:
                    status: GEOLOCATION_SUCCEEDED
                    error: null
                    customId: null
                    clientMetadata: null
                    createdAt: '2026-07-16T13:20:58.970Z'
                    updatedAt: '2026-07-16T13:20:58.970Z'
                    requestedLatitude: null
                    requestedLongitude: null
                    statuses: {}
                  relationships:
                    certificationLookupBatch:
                      data:
                        id: 8bfd9af5-1a75-450d-8a4a-dd9902577ee9
                        type: certificationLookupBatches
                    building:
                      data:
                        id: 73bf2c72-9464-463c-a112-cb667ac4b2c1
                        type: buildings
                    leedCertificationResponses:
                      data: []
                    breeamCertificationResponses:
                      data: []
                    casbeeCertificationResponses:
                      data: []
                    greenStarCertificationResponses:
                      data: []
                meta:
                  totalCount: 3
                  itemCount: 5
                  pageCount: 1
                  currentPage: 1
                  prevPage: null
                  nextPage: null
                  lastPage: 1
                  fromRecord: 1
                  toRecord: 3
                links:
                  self: /insights/v0/certification_lookup_batches/8bfd9af5-1a75-450d-8a4a-dd9902577ee9/certification_lookups?page=1&pageSize=5
                  prev: null
                  next: null
              schema:
                $ref: '#/components/schemas/json_api'
        '404':
          description: when requesting an overflow page
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '404'
                  title: Not Found
                  detail: 'The page requested was not found

                    The last page available is 1

                    '
              schema:
                $ref: '#/components/schemas/json_api'
        '403':
          description: unauthorized request
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '403'
                  title: Forbidden
                  detail: 'A valid auth token is required.

                    POST to ''/token'' with a valid ''key'' and ''secret'' to get an auth token.

                    '
              schema:
                $ref: '#/components/schemas/json_api'
  /insights/v0/certification_lookup_batches/export:
    post:
      summary: Requests a CSV download for the given Certification Lookups batches
      tags:
      - Certification Lookups
      security:
      - OAuth2: []
      parameters:
      - name: status
        in: query
        schema:
          type: string
          enum:
          - JOB_SUCCESS
      responses:
        '200':
          description: Export successfully created
          content:
            application/vnd.api+json:
              example:
                data:
                  id: 57a10d6e-8171-470f-a19a-909c1d62a83e
                  type: exports
                  attributes:
                    status: PROCESSING
                    error: null
                    createdAt: '2026-07-16T13:20:59.683Z'
                    updatedAt: '2026-07-16T13:20:59.683Z'
                    permalink: http://localhost:3000/insights/v0/exports/57a10d6e-8171-470f-a19a-909c1d62a83e/download
                  relationships:
                    certificationLookupBatches:
                      data:
                      - id: 99b48b5f-930e-40d1-bb3f-3be7e9944ff7
                        type: certificationLookupBatches
                      - id: 1d79694b-5556-4a2d-b2d3-759f03fe7252
                        type: certificationLookupBatches
              schema:
                $ref: '#/components/schemas/json_api'
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                batchIds:
                  type: array
                  items:
                    type: string
                  example:
                  - b0d6486a-9398-42c6-9182-14eaba92d739
                  - dacb11f7-3b69-409c-9565-ce05f9869cf1
  /insights/v0/certification_lookup_batches/{id}:
    get:
      summary: Returns certification lookup batch
      description: 'Provides access to the data for the certification lookup batch record once it completes processing. It can be polled while processing to see the current status.

        '
      tags:
      - Certification Lookups
      security:
      - OAuth2: []
      parameters:
      - name: id
        in: path
        description: 'Example: <em>ee433e27-9d53-4c54-90c2-b57e3d2a6f98</em>'
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Certification Lookup batch record
          content:
            application/vnd.api+json:
              example:
                data:
                  id: 7c301d2c-d9ef-43b6-8e92-1ae49b8c3aad
                  type: certificationLookupBatches
                  attributes:
                    status: STARTING
                    errorMessage: null
                    createdAt: '2026-07-16T13:20:59.765Z'
                    updatedAt: '2026-07-16T13:20:59.765Z'
              schema:
                $ref: '#/components/schemas/json_api'
        '404':
          description: Certification Lookup batch record belonging to another app
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '404'
                  title: Not Found
                  detail: Page not found
              schema:
                $ref: '#/components/schemas/json_api'
        '403':
          description: unauthorized request
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '403'
                  title: Forbidden
                  detail: 'A valid auth token is required.

                    POST to ''/token'' with a valid ''key'' and ''secret'' to get an auth token.

                    '
              schema:
                $ref: '#/components/schemas/json_api'
  /insights/v0/certification_lookup_batches/upload:
    post:
      summary: Uploads a file to create new certification lookup(s)
      description: 'Upload an Excel file of certification lookup records to be processed.

        '
      tags:
      - Certification Lookups
      security:
      - OAuth2: []
      parameters: []
      responses:
        '200':
          description: Certification lookup batch successfully created
          content:
            application/vnd.api+json:
              example:
                data:
                  id: 223ed5f8-19ae-40fa-845b-0e115afc3863
                  type: certificationLookupBatches
                  attributes:
                    status: STARTING
                    errorMessage: null
                    createdAt: '2026-07-16T13:21:00.129Z'
                    updatedAt: '2026-07-16T13:21:00.138Z'
              schema:
                $ref: '#/components/schemas/json_api'
        '400':
          description: missing file upload
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '400'
                  title: Bad Request
                  detail: 'Excel file required in certification_lookup_batch_file

                    '
              schema:
                $ref: '#/components/schemas/json_api'
        '403':
          description: unauthorized request
          content:
            application/vnd.api+json:
              example:
                errors:
                - status: '403'
                  title: Forbidden
                  detail: 'A valid auth token is required.

                    POST to ''/token'' with a valid ''key'' and ''secret'' to get an auth token.

                    '
              schema:
                $ref: '#/components/schemas/json_api'
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                certification_lookup_batch_file:
                  type: string
                  format: binary
                  description: 'An Excel XLSX file containing the buildings you would like certification lookups for.


                    <br>

                    When requesting data on buildings for the first time, the Excel Worksheet must be named ''Buildings''.


                    <br>

                    Building information is required for each certification lookup. Other fields are optional.


                    The field ''clientMetadata'' is available for storing arbitrary JSON, this allows storing identifiers from your system and other metadata as part of the certification lookup record.


                    <br>

                    When requesting data on existing buildings i.e. you have the Building IDs, the Excel Worksheet must be named ''MSR Building IDs'' and may only contain a single column named ''MSR Building ID''.


                    '
        required: true
  /insights/v0/certification_lookups:
    post:
      summary: Creates new certification lookup(s)
      description: 'Create new certification lookup records to be processed. The response will include those records, including IDs that can be used to access the certification lookup(s).


        There is a limit of 100 buildings per request. If you have over 100 buildings, please create separate requests in increments of 100 buildings or fewer.


        Please note: You can process larger collections of Buildings via the file upload endpoint.


        Coverage: Global

        '
      tags:
      - Certification Lookups
      security:
      - OAuth2: []
      parameters: []
      responses:
        '200':
          description: Certification Lookups(s) successfully created
          content:
            application/vnd.api+json:
              examples:
                With MSR Building ID:
                  value:
                    data:
                    - id: a8101b97-e8a2-4d2d-af95-a75e6f0c59f0
                      type: certificationLookups
                      attributes:
                        status: GEOLOCATION_SUCCEEDED
                        error: null
                        customId: null
                        clientMetadata: null
                        createdAt: '2026-07-16T13:21:06.119Z'
                        updatedAt: '2026-07-16T13:21:06.134Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          casbeeCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          greenStarCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          leedCertifications:
                            status: SKIPPED
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: a8f4d599-f782-4b6b-9fe1-de78a6771d59
                            type: certificationLookupBatches
                        building:
                          data:
                            id: 9dcccad0-4afe-4e65-88d7-63fda2bdc467
                            type: buildings
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                    - id: ba4a332a-7ed7-453d-8d07-a8c24bac9749
                      type: certificationLookups
                      attributes:
                        status: GEOLOCATION_SUCCEEDED
                        error: null
                        customId: null
                        clientMetadata: null
                        createdAt: '2026-07-16T13:21:06.119Z'
                        updatedAt: '2026-07-16T13:21:06.196Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          casbeeCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          greenStarCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          leedCertifications:
                            status: SKIPPED
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: a8f4d599-f782-4b6b-9fe1-de78a6771d59
                            type: certificationLookupBatches
                        building:
                          data:
                            id: 041cd656-eda8-47aa-9c5a-cc0cdbd13f87
                            type: buildings
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                With Building Custom ID:
                  value:
                    data:
                    - id: c1e55d95-c1d8-4a52-b4c0-2a0077c9b60e
                      type: certificationLookups
                      attributes:
                        status: GEOLOCATION_SUCCEEDED
                        error: null
                        customId: null
                        clientMetadata: null
                        createdAt: '2026-07-16T13:21:06.360Z'
                        updatedAt: '2026-07-16T13:21:06.377Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          casbeeCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          greenStarCertifications:
                            status: GEOLOCATION_SUCCEEDED
                          leedCertifications:
                            status: SKIPPED
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: f993033e-89a8-4a98-b7a5-4e35d48b5169
                            type: certificationLookupBatches
                        building:
                          data:
                            id: a4228677-1a46-4828-9825-71653e33a2d8
                            type: buildings
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                With Coordinates:
                  value:
                    data:
                    - id: 05d847c6-42e2-46ec-8b84-4f490d2742eb
                      type: certificationLookups
                      attributes:
                        status: PROCESSING
                        error: null
                        customId: null
                        clientMetadata: null
                        createdAt: '2026-07-16T13:21:06.528Z'
                        updatedAt: '2026-07-16T13:21:06.528Z'
                        requestedLatitude: '40.766276'
                        requestedLongitude: '-73.9834504'
                        statuses:
                          breeamCertifications:
                            status: PROCESSING
                          casbeeCertifications:
                            status: PROCESSING
                          greenStarCertifications:
                            status: PROCESSING
                          leedCertifications:
                            status: PROCESSING
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: 29cdad73-c502-4e84-9b8f-8c111b134343
                            type: certificationLookupBatches
                        building:
                          data: null
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                With Full Address Data:
                  value:
                    data:
                    - id: f7f27d4f-c232-4c68-9d1c-aa8786f59f11
                      type: certificationLookups
                      attributes:
                        status: PROCESSING
                        error: null
                        customId: null
                        clientMetadata:
                          project: Midwest Analysis
                        createdAt: '2026-07-16T13:21:06.706Z'
                        updatedAt: '2026-07-16T13:21:06.706Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: PROCESSING
                          casbeeCertifications:
                            status: PROCESSING
                          greenStarCertifications:
                            status: PROCESSING
                          leedCertifications:
                            status: PROCESSING
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: 38744a92-9824-4bae-9cf4-78b4a5aed847
                            type: certificationLookupBatches
                        building:
                          data: null
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                    - id: bbde30d6-56fe-4852-90b4-17d08838df1f
                      type: certificationLookups
                      attributes:
                        status: PROCESSING
                        error: null
                        customId: null
                        clientMetadata:
                          project: Midwest Analysis
                        createdAt: '2026-07-16T13:21:06.706Z'
                        updatedAt: '2026-07-16T13:21:06.706Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: PROCESSING
                          casbeeCertifications:
                            status: PROCESSING
                          greenStarCertifications:
                            status: PROCESSING
                          leedCertifications:
                            status: PROCESSING
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: 38744a92-9824-4bae-9cf4-78b4a5aed847
                            type: certificationLookupBatches
                        building:
                          data: null
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                    - id: baef12df-feaf-4338-8f6f-144e23136d78
                      type: certificationLookups
                      attributes:
                        status: PROCESSING
                        error: null
                        customId: null
                        clientMetadata:
                          project: LEXINGTON REALTY TRUST
                        createdAt: '2026-07-16T13:21:06.706Z'
                        updatedAt: '2026-07-16T13:21:06.706Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: PROCESSING
                          casbeeCertifications:
                            status: PROCESSING
                          greenStarCertifications:
                            status: PROCESSING
                          leedCertifications:
                            status: PROCESSING
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: 38744a92-9824-4bae-9cf4-78b4a5aed847
                            type: certificationLookupBatches
                        building:
                          data: null
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                    - id: 7911c23a-b517-43d8-8311-e71d04e021eb
                      type: certificationLookups
                      attributes:
                        status: PROCESSING
                        error: null
                        customId: null
                        clientMetadata:
                          project: LEXINGTON REALTY TRUST
                        createdAt: '2026-07-16T13:21:06.706Z'
                        updatedAt: '2026-07-16T13:21:06.706Z'
                        requestedLatitude: '39.7512621258'
                        requestedLongitude: '-104.9983851568'
                        statuses:
                          breeamCertifications:
                            status: PROCESSING
                          casbeeCertifications:
                            status: PROCESSING
                          greenStarCertifications:
                            status: PROCESSING
                          leedCertifications:
                            status: PROCESSING
                      relationships:
                        certificationLookupBatch:
                          data:
                            id: 38744a92-9824-4bae-9cf4-78b4a5aed847
                            type: certificationLookupBatches
                        building:
                          data: null
                        leedCertificationResponses:
                          data: []
                        breeamCertificationResponses:
                          data: []
                        casbeeCertificationResponses:
                          data: []
                        greenStarCertificationResponses:
                          data: []
                    - id: 5c6a987e-bd07-4c5c-8359-31dacb1b5ce9
                      type: certificationLookups
                      attributes:
                        status: PROCESSING
                        error: null
                        customId: null
                        clientMetadata:
                          project: LEXINGTON REALTY TRUST
                        createdAt: '2026-07-16T13:21:06.706Z'
                        updatedAt: '2026-07-16T13:21:06.706Z'
                        requestedLatitude: null
                        requestedLongitude: null
                        statuses:
                          breeamCertifications:
                            status: PROCESSING
                          casbeeCertifications:
                            status: PROCESSING
                          greenStarCertifications:
                            status: PROCESSING
                          leedCertifications:
                            status: PROCESSING
                      relationships:
                        certificationLookupBatc

# --- truncated at 32 KB (64 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/measurabl/refs/heads/main/openapi/measurabl-certification-lookups-api-openapi.yml