Overview
Classer - API Documentation
INTRODUCTION
Welcome to the Classer API documentation. This guide explains how Classer connects with external systems so organizations can manage invoices, receipts, outcomes, and customer records in one consistent workflow.
It is intended for businesses, implementation teams, and service providers who need to connect their platforms with Classer for daily financial and CRM operations.
To use this API successfully, begin by reviewing the process flow in this documentation, follow the recommended order of actions, and ensure your team works with the correct environment details shown on this page.
We continuously improve this platform, so parts of the integration journey may evolve over time. We recommend checking this guide regularly to stay aligned with the latest updates.
Should you have any inquiries or require assistance, please do not hesitate to contact our technical support team at support@Classer.co.il. To expedite the resolution of your queries, kindly provide a detailed description of your issue. We will promptly identify the problem and provide you with the necessary support.
Thank you for choosing Classer. We are committed to delivering a seamless and reliable API experience for your invoices and CRM processing needs.
Classer REST API URL's
Classer provides dedicated environments for real operations.
Use the correct environment for your activity and make sure the access details you use match that environment.
Following the guidance in each section will help you maintain a smooth and reliable integration experience with Classer.
REST API URLs
Postman testing collection
Download the ready-to-use Postman collection and environment template to validate your integration quickly in a shared testing flow.
Environment variables included: baseUrl, apiKey, pageSize, pageNumber, search and document/report placeholders. Update values with your account data before running requests.
Pricing note: use request field vatType with values 1 (BeforeVat) or 2 (IncludeVat). ovrlPrice is optional for incomes/receipts/bundle and computed server-side.
| Name | URL | Purpose |
|---|---|---|
| Base URL | https://api.gorder.co.il/api/external | All external routes in this controller use this prefix. |
| Panel login | https://panel.classer.co.il/login | Returned by GET /api/external/account/login-url. |
Last REST API updates
Switch versions from the left to compare past stable and new preview changes.
| Date | Version | Status | Summary |
|---|---|---|---|
| 2026-04-19 | v1.0.3 | stable | Document types GET, list pagination, internalNotes on documents, and expanded API reference. |
| 2026-04-15 | v1.0.2 | deprecated | Added generic create/get documents endpoints and cancellation support. |
| 2026-03-22 | v1.0.1 | deprecated | Added tax connect/verify and account details endpoints. |
| 2025-10-10 | v1.0.0 | deprecated | Legacy endpoint set retained for backward compatibility. |