API
The LYNKS API is a RESTful API allowing full automation of all processes available in the LYNKS user interface.
Introduction
The LYNKS API is a RESTful API that allows full automation of all processes available in the LYNKS user interface. It exposes resources using the same terminology as the UI, making it straightforward to understand and use.
The API documentation covers the available operations, their request and response structure, error messages, and usage examples.
API categories
The LYNKS API is organized into three categories:
| Category | Description |
|---|---|
| Authentication API | Describes the OAuth2 password grant flow used to retrieve a bearer token for authenticated API calls |
| Payments API | Manage your accounts, counterparties, and payments between them |
| Invoicing API | Send invoices and credit notes through the Peppol e-invoicing network |
Environments
LYNKS provides sandbox and production environments, each fully isolated and secured by tenant:
| Environment | URL |
|---|---|
| Sandbox | https://test-[your-tenant].lynks.lu |
| Production | https://[your-tenant].lynks.lu |
OpenAPI files
All versions of the OpenAPI 3 files (formerly Swagger) are available for download:
You can review code examples directly in the API reference for each method, or generate a complete client application using one of the following open-source tools:
- Swagger Editor: https://editor-next.swagger.io/
- OpenAPI Generator: https://github.com/OpenAPITools/openapi-generator
Support
For assistance with API integration, contact the Finologee support team at [email protected].
Updated about 7 hours ago
