Mark43 Reports API

The Reports API from Mark43 — 38 operation(s) for reports.

OpenAPI Specification

mark43-reports-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Mark43 Partnerships Associated Records Reports API
  version: external
  description: 'Mark43''s Partnerships (External) API lets approved law-enforcement technology partners integrate with a Mark43 agency''s cloud RMS and CAD: create and read reports, persons, evidence and chain-of-custody, attachments, CAD events, warrants, tasks, users, and E911 data. REST over HTTPS with JSON payloads and HTTP Basic authentication using secure API tokens.'
  x-provenance:
    method: derived
    source: https://developers.mark43.com/
    generated: '2026-07-20'
servers:
- url: https://{department}.mark43.com/partnerships/api
  description: Per-agency Mark43 tenant. Replace {department} with your agency subdomain.
  variables:
    department:
      default: department
      description: Your agency's Mark43 tenant subdomain.
security:
- httpBasic: []
tags:
- name: Reports
paths:
  /partnerships/api/external/reports:
    post:
      tags:
      - Reports
      operationId: postReports
      summary: Create/submit reports (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/:
    post:
      tags:
      - Reports
      operationId: postReports
      summary: Create/submit reports (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/arrest:
    post:
      tags:
      - Reports
      operationId: postReportsArrest
      summary: Create/submit arrest (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/arrest/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsArrestBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/arrests:
    get:
      tags:
      - Reports
      operationId: getReportsArrests
      summary: Retrieve arrests (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/bulk:
    get:
      tags:
      - Reports
      operationId: getReportsBulk
      summary: Retrieve bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/bulk/reporting_event:
    get:
      tags:
      - Reports
      operationId: getReportsBulkReportingEvent
      summary: Retrieve reporting event (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/bulk/reporting_event/with_cad_tickets:
    get:
      tags:
      - Reports
      operationId: getReportsBulkReportingEventWithCadTickets
      summary: Retrieve with cad tickets (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/citation:
    post:
      tags:
      - Reports
      operationId: postReportsCitation
      summary: Create/submit citation (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/citation/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsCitationBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/court_case/report_id:
    post:
      tags:
      - Reports
      operationId: postReportsCourtCaseReportId
      summary: Create/submit report id (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/custom:
    post:
      tags:
      - Reports
      operationId: postReportsCustom
      summary: Create/submit custom (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/custom/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsCustomBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/deleted_or_sealed:
    get:
      tags:
      - Reports
      operationId: getReportsDeletedOrSealed
      summary: Retrieve deleted or sealed (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/field_contact:
    post:
      tags:
      - Reports
      operationId: postReportsFieldContact
      summary: Create/submit field contact (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/field_contact/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsFieldContactBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/histories:
    post:
      tags:
      - Reports
      operationId: postReportsHistories
      summary: Create/submit histories (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/label:
    get:
      tags:
      - Reports
      operationId: getReportsLabel
      summary: Retrieve label (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/legacy_entity_details:
    post:
      tags:
      - Reports
      operationId: postReportsLegacyEntityDetails
      summary: Create/submit legacy entity details (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/lockup_number/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsLockupNumberBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/missing_person:
    post:
      tags:
      - Reports
      operationId: postReportsMissingPerson
      summary: Create/submit missing person (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/missing_person/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsMissingPersonBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/offense:
    post:
      tags:
      - Reports
      operationId: postReportsOffense
      summary: Create/submit offense (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/offense/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsOffenseBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/record_number/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsRecordNumberBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/release:
    post:
      tags:
      - Reports
      operationId: postReportsRelease
      summary: Create/submit release (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/released:
    get:
      tags:
      - Reports
      operationId: getReportsReleased
      summary: Retrieve released (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/released/hydrated:
    get:
      tags:
      - Reports
      operationId: getReportsReleasedHydrated
      summary: Retrieve hydrated (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/released/record_numbers:
    get:
      tags:
      - Reports
      operationId: getReportsReleasedRecordNumbers
      summary: Retrieve record numbers (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/released/reporting_event:
    get:
      tags:
      - Reports
      operationId: getReportsReleasedReportingEvent
      summary: Retrieve reporting event (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/released/reporting_event/hydrated:
    get:
      tags:
      - Reports
      operationId: getReportsReleasedReportingEventHydrated
      summary: Retrieve hydrated (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/supplement:
    post:
      tags:
      - Reports
      operationId: postReportsSupplement
      summary: Create/submit supplement (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/supplement/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsSupplementBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/tow_vehicle:
    post:
      tags:
      - Reports
      operationId: postReportsTowVehicle
      summary: Create/submit tow vehicle (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/tow_vehicle/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsTowVehicleBulk
      summary: Create/submit bulk (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/traffic_crash:
    post:
      tags:
      - Reports
      operationId: postReportsTrafficCrash
      summary: Create/submit traffic crash (Reports)
      responses:
        '200':
          description: Successful response wrapped in the standard ApiResult envelope.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResult'
        '400':
          description: Bad request; success=false with error message.
        '401':
          description: Missing or invalid HTTP Basic credentials.
        '403':
          description: Authenticated token lacks access to the resource.
        '404':
          description: Resource not found.
        '429':
          description: Too many requests (RFC 6585 rate limiting).
        '500':
          description: Internal server error.
  /partnerships/api/external/reports/traffic_crash/bulk:
    post:
      tags:
      - Reports
      operationId: postReportsTrafficCrashBulk
      summary: Create/

# --- truncated at 32 KB (34 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/mark43/refs/heads/main/openapi/mark43-reports-api-openapi.yml