Rentberry Events API

Events

OpenAPI Specification

rentberry-events-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Rentberry Events API
  description: Renting Done Right. Finally.
  version: 4
tags:
- name: Events
  description: Events
paths:
  /v{version}/event/{type}:
    post:
      tags:
      - Events
      summary: Log event statistic (deprecated).
      description: Available since API version 2. This endpoint is deprecated and will be removed in future versions.
      operationId: post_api_event_statistic
      parameters:
      - name: type
        in: path
        description: Event type
        required: true
        schema:
          type: string
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        '202':
          description: Event accepted (no processing).
      deprecated: true