Rentberry V{version} API

The V{version} API from Rentberry — 21 operation(s) for v{version}.

Operations 22

POST /v{version}/email/unsubscribe/callback #
POST /v{version}/mailchimp/webhook #
GET /v{version}/mandrill/webhook #
POST /v{version}/mandrill/webhook #
POST /v{version}/stripe/connected/webhook #
POST /v{version}/stripe/direct/webhook #
POST /v{version}/email/render/{type} #
GET /v{version}/email/types #
GET /v{version}/email/parameters/{type} #
POST /v{version}/email/send #
GET /v{version}/push-testing-helper/notifications-list #
POST /v{version}/push-testing-helper/notification-send #
POST /v{version}/testing-helper/create-apartment #
POST /v{version}/testing-helper/create-rented-apartment #
POST /v{version}/testing-helper/create-inactive-apartment #
POST /v{version}/testing-helper/create-apples-apartment #
POST /v{version}/testing-helper/create-declined-application #
POST /v{version}/testing-helper/create-roommates-application #
POST /v{version}/testing-helper/create-application #
POST /v{version}/testing-helper/create-application-proof-income #
POST /v{version}/testing-helper/update-contract-status #
POST /v{version}/testing-helper/update-apartment-listed-at #

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/rentberry-v-version-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

rentberry-v-version-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Rentberry V{version} V{version} V{version} API
  description: Renting Done Right. Finally.
  version: 4
servers:
- url: https://api.rentberry.com/
  description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: V{version}
paths:
  /v{version}/email/unsubscribe/callback:
    post:
      operationId: post_api_v4_email_unsubscribe_callback
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/mailchimp/webhook:
    post:
      operationId: post_api_v4_mailchimp_webhook
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/mandrill/webhook:
    get:
      operationId: get_api_v4_mandrill_webhook
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
    post:
      operationId: post_api_v4_mandrill_webhook
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/stripe/connected/webhook:
    post:
      operationId: post_api_v1_stripe_connected_webhook
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/stripe/direct/webhook:
    post:
      operationId: post_api_v1_stripe_direct_webhook
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/email/render/{type}:
    post:
      operationId: post_email_render_preview
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      - name: type
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/email/types:
    get:
      operationId: get_get_email_types
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/email/parameters/{type}:
    get:
      operationId: get_get_email_parameters
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      - name: type
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/email/send:
    post:
      operationId: post_email_test_send
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/push-testing-helper/notifications-list:
    get:
      operationId: get_api_v1_notification_test_helper_list
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/push-testing-helper/notification-send:
    post:
      operationId: post_api_v1_notification_test_helper_send
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-apartment:
    post:
      operationId: post_api_v1_test_helper_apartment_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-rented-apartment:
    post:
      operationId: post_api_v1_test_helper_rented_apartment_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-inactive-apartment:
    post:
      operationId: post_api_v1_test_helper_inactive_apartment_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-apples-apartment:
    post:
      operationId: post_api_v1_test_helper_apples_apartment_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-declined-application:
    post:
      operationId: post_api_v1_test_helper_declined_application_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-roommates-application:
    post:
      operationId: post_api_v1_test_helper_roommates_application_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-application:
    post:
      operationId: post_api_v1_test_helper_application_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/create-application-proof-income:
    post:
      operationId: post_api_v1_test_helper_application_proof_create
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/update-contract-status:
    post:
      operationId: post_api_v1_test_helper_update_contract_status
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}
  /v{version}/testing-helper/update-apartment-listed-at:
    post:
      operationId: post_api_v1_test_helper_update_apartment_listed_at
      parameters:
      - name: version
        in: path
        required: true
        schema:
          type: string
          pattern: \d+
      responses:
        default:
          description: ''
      tags:
      - V{version}