Skip to main content
Welcome to the Consignease API documentation. This guide will help you understand how to interact with the Consignease API to create, retrieve, update, and delete Consignease resources through HTTP requests.

Base URL

All URLs referenced in the documentation have the following base:
https://api.consignease.app

Authentication

The Consignease API uses bearer authentication. When making requests, you must include your API token in the Authorization header in the format Bearer <token>. For more details, please refer to the Authentication page.

Errors

When an error occurs, the Consignease API responds with a conventional HTTP response code and a JSON object containing more details about the error. For more information, please refer to the Errors page.

Rate Limiting

Please note that the Consignease API has rate limits to prevent abuse and ensure service stability. If you exceed these limits, your requests will be throttled and you will receive a 429 Too Many Requests response.
We hope this guide helps you get started with the Consignease API. If you have any questions, please don’t hesitate to reach out to our support team.