Neighbor website screenshot

Neighbor

The Neighbor API allows trusted hosts to retrieve reports related to their account, including active reservations and payout transfers.

1 APIs 0 Features
StorageMarketplaceReporting

APIs

Neighbor

The Neighbor API allows trusted users to retrieve reservation and transfer reports related to their account.

Collections

Pricing Plans

Neighbor Plans Pricing

3 plans

PLANS

Rate Limits

Neighbor Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Neighbor API
  version: '1.0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Get reservation report
    type: http
  http:
    method: GET
    url: https://api.neighbor.com/public/reports/reservation
  docs: Retrieves active reservations for the authenticated user, including vehicle and host fee details.
- info:
    name: Get transfer/payout report
    type: http
  http:
    method: GET
    url: https://api.neighbor.com/public/reports/transfer
    params:
    - name: year
      value: ''
      type: query
    - name: month
      value: ''
      type: query
  docs: Retrieves payout transfer records for the authenticated user, optionally filtered by year and month.
bundled: true