Loading...
Loading...
Integrate BreakSyncer into your workflow with our REST API. Manage breaks, orders, customers, inventory, and more programmatically.
All API requests are authenticated using the bt_session cookie. This cookie is automatically set when you log in through the web interface. For programmatic access, first authenticate via the login endpoint:
POST /api/auth/login
Content-Type: application/json
{
"email": "[email protected]",
"password": "your_password"
}
# The response sets a bt_session cookie.
# Include it in subsequent requests:
Cookie: bt_session=eyJhbG...All responses follow the shape: { success: true, data: ... } or { success: false, error: "..." }
Base URL: https://breaksyncer.com
API requests are rate-limited to prevent abuse. Standard limits are 60 requests per minute per authenticated user. If you exceed the limit, you will receive a 429 Too Many Requests response. Contact us if you need higher limits for your integration.
Need help integrating? Contact our team