Suppliers
List suppliers
Returns suppliers. The endpoint is suitable for syncing suppliers into an external system or your own frontend and supports basic full-text search and sorting.
GET
List suppliers
Authorizations
Bearer token created for a specific company in Integrations → API.
Query Parameters
Full-text search by name, city, ZIP code, or country.
Example:
"bratislava"
Field used for sorting suppliers.
Available options:
name, city, zip, createdAt, updatedAt Example:
"name"
Sorting direction.
Available options:
asc, desc Example:
"desc"
Response
Supplier list.
Suppliers.
Previous
Create supplierCreates a new supplier. If you omit `type`, the backend infers it from `subjectId`, `taxId`, and `vatId`. If you omit `isVatPayer`, the backend infers it from `vatId`. If you send `Idempotency-Key`, the same key with the same payload returns the original response instead of creating a duplicate supplier.
Next
List suppliers

