Warning
You are viewing the technical documentation for Sharetribe. If you are looking for our no-code documentation, see our new help center.

Last updated

API Reference

Introduction to the Sharetribe Marketplace API reference documentation.

Table of Contents

Introduction

Access the Sharetribe API reference here

The Sharetribe API consists of the following individual APIs:

All these are HTTP APIs and both the Integration API and Marketplace API support JSON and Transit formats. The Authentication API is based on OAuth2. Our API documentation provides further technical detail on all four APIs. If you are looking for a way to use the APIs in your client or server application, refer to our documentation on the SDK for JavaScript or the Integration SDK for JavaScript.

If you are interested in reading more about the Marketplace and Integration API, refer to our article on Marketplace and Integration API. For more information on our Authentication API, refer to our article on the Authentication API. For more information on the Asset Delivery API, refer to the asset reference article.

Postman collection

You can also explore and test our API endpoints with our Postman Collection. In this collection you can find all available API endpoints. The collection uses pre-request scripts to authenticate requests. Bearer tokens are stored in collection variables. Therefore, you don't have to worry about authentication requests in this collection after you store client credentials in the collection variables.

To start using the collection, create a Postman account and fork the collection. After that, add your API credentials to the Collection variables via the variables tab in Postman. Remember not to persist any credentials stored in variables if you're publicly sharing your forked collection.

Click here to fork the Postman collection into your workspace:

Run In Postman