Motorbase

Getting Started

Introduction

Welcome to the Motorbase API documentation. Motorbase is a modern vehicle management system that allows you to manage your vehicle inventory for dealership websites. When building your website or app you can use our API to get the data you need

First you need to create an organization, you can do this by creating a new organization after sign up.

After that you need to create an API key, you can do this by creating a new API key in the dashboard.

This api key is used to authenticate your requests to the API with the Authorization header.

Authorization: Bearer <api_key>

Requests

All the requests should include {organizationSlug} in the path. You can find the organization slug in the organizations settings in the dashboard.

Rate Limiting

The API has a rate limit of 200 requests per second. If you exceed the rate limit, you will receive a 429 error. If you need a higher rate limit, please contact us.