How can we help you?

Search our knowledge base for guides, tutorials, and API documentation.

Getting Started

Learn the basics of setting up your Roam account and launching your rental business.

Core Features

Deep dive into fleet management, booking systems, and rental operations.

Administration

Manage your team, settings, billing, and platform configurations.

Frequently Asked Questions

Quick answers to common questions about the Roam platform.

How do I upgrade my subscription plan?

You can upgrade your plan at any time from the Billing settings in your dashboard. Changes take effect immediately.

Can I use my own domain name?

Yes, the Growth and Enterprise plans support custom domain mapping. You can configure this in the Settings > Domains section.

What payment gateways are supported?

We currently support Stripe, PayPal, and PayNow (EcoCash, OneMoney, InnBucks) for processing customer payments.

How do I export my booking data?

You can export all booking data to CSV or Excel format from the Reports section in your dashboard.

Developer API Access

Build custom integrations, automate workflows, and extend the Roam platform with our robust REST API. Complete documentation and SDKs available.

GET /api/v1/vehicles HTTP/1.1

Host: api.roam.appsareus.co.zw

Authorization: Bearer sk_live_...

...

{

"data": [

{ "id": "veh_123", "make": "Toyota", ... }

]

}