Integrate your software with Brutlers. Manage orders, update statuses, and sync customer data through our REST API.
Base URL
https://brutlers.comCreate a Vendor Account
Register as a vendor on Brutlers and set up your profile.
Generate an API Key
Go to your Vendor Dashboard under Integrations and create an API key.
Send Your First Request
Use your API key to fetch orders.
curl -s https://brutlers.com/api/vendor/orders \
-H "X-Api-Key: brut_your_api_key_here"