Getaround

Getaround was a peer-to-peer and connected car-sharing marketplace (merged with France's Drivy in 2019) that let owners list personal or fleet vehicles fitted with Getaround Connect - a BLE/telematics smart-lock kit - for keyless, app-based rental. Getaround historically ran a documented Owner API and webhook program for fleet-management partners (CarSync, FleetWire, Invers Fleet Hawk) plus a native Connect Blueforce BLE SDK for lock/unlock. OPERATING STATUS (as of 2026-07-03) - the company is winding down - it shut down U.S. operations (including its HyreCar subsidiary) in February 2025, sold its European car-sharing business to Denmark's GoMore ApS effective April 30, 2026, and Getaround Inc.'s board voted June 5, 2026 to pursue formal Delaware dissolution and liquidation (stockholder vote July 29, 2026, no distribution expected). The api.getaround.com API host no longer resolves and its owner API documentation page is now empty, so the API described here is historical/discontinued rather than currently operable.

2 APIs 0 Features
Car SharingMobilityConnected CarFleet ManagementPeer to PeerDiscontinued

APIs

Getaround Owner API

Historical partner/owner REST API used by fleet-management integrators (CarSync, FleetWire, Kitts) to sync bookings onto external calendars, block vehicle availability, generate...

Getaround Connect Blueforce SDK

Native iOS (Objective-C) SDK for the Getaround Connect smart-lock hardware fitted to shared vehicles - discovers nearby Connect devices over Bluetooth LE and issues lock/unlock ...

Resources

🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog

Sources

apis.yml Raw ↑
aid: getaround
url: https://raw.githubusercontent.com/api-evangelist/getaround/refs/heads/main/apis.yml
name: Getaround
kind: company
description: Getaround was a peer-to-peer and connected car-sharing marketplace (merged with France's Drivy in 2019) that
  let owners list personal or fleet vehicles fitted with Getaround Connect - a BLE/telematics smart-lock kit - for keyless,
  app-based rental. Getaround historically ran a documented Owner API and webhook program for fleet-management partners (CarSync,
  FleetWire, Invers Fleet Hawk) plus a native Connect Blueforce BLE SDK for lock/unlock. OPERATING STATUS (as of 2026-07-03)
  - the company is winding down - it shut down U.S. operations (including its HyreCar subsidiary) in February 2025, sold its
  European car-sharing business to Denmark's GoMore ApS effective April 30, 2026, and Getaround Inc.'s board voted June 5,
  2026 to pursue formal Delaware dissolution and liquidation (stockholder vote July 29, 2026, no distribution expected). The
  api.getaround.com API host no longer resolves and its owner API documentation page is now empty, so the API described here
  is historical/discontinued rather than currently operable.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- Car Sharing
- Mobility
- Connected Car
- Fleet Management
- Peer to Peer
- Discontinued
created: '2026-07-03'
modified: '2026-07-03'
specificationVersion: '0.19'
apis:
- aid: getaround:getaround-owner-api
  name: Getaround Owner API
  tags:
  - Bookings
  - Vehicles
  - Fleet
  - Discontinued
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://getaround.com/docs/api/owner/v1
  properties:
  - url: https://getaround.com/docs/api/owner/v1
    type: Documentation
  - url: https://api.getaround.com/docs-interactive
    type: APIReference
  description: Historical partner/owner REST API used by fleet-management integrators (CarSync, FleetWire, Kitts) to sync
    bookings onto external calendars, block vehicle availability, generate invoices for professional owners, and receive event
    webhooks. Access required completing a "Getaround charter" with an account manager to receive an API key and register
    webhook URLs. Endpoints below are honestly modeled from partner integration write-ups (bookings, vehicles/availability,
    invoicing), not pulled from a live spec - api.getaround.com no longer resolves and the getaround.com/docs/api/owner/v1
    reference page now renders empty, so this API should be treated as discontinued/unreachable rather than confirmed live.
  endpointsModeled: true
- aid: getaround:getaround-connect-blueforce-sdk
  name: Getaround Connect Blueforce SDK
  tags:
  - Connect
  - Telematics
  - Bluetooth LE
  - Discontinued
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/Getaround/Blueforce
  properties:
  - url: https://github.com/Getaround/Blueforce
    type: SourceCode
  description: Native iOS (Objective-C) SDK for the Getaround Connect smart-lock hardware fitted to shared vehicles - discovers
    nearby Connect devices over Bluetooth LE and issues lock/unlock commands via BlueforceConnectionManager. This is a Bluetooth
    device SDK, not an HTTP API; it is listed here because it is Getaround's only publicly documented Connect integration
    surface. The GitHub repository is public but appears unmaintained and there is no equivalent public REST or WebSocket
    surface for Connect telemetry.
  endpointsModeled: true
common:
- type: VulnerabilityDisclosure
  url: security/getaround-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/getaround-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/Getaround
- type: LinkedIn
  url: https://www.linkedin.com/company/getaround
- type: Website
  url: https://getaround.com
- type: Documentation
  url: https://getaround.com/docs/api/owner/v1
- url: https://getaround.com/blog/feed
  type: Blog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com