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:

CategoryDescription
Authentication APIDescribes the OAuth2 password grant flow used to retrieve a bearer token for authenticated API calls
Payments APIManage your accounts, counterparties, and payments between them
Invoicing APISend invoices and credit notes through the Peppol e-invoicing network

Environments

LYNKS provides sandbox and production environments, each fully isolated and secured by tenant:

EnvironmentURL
Sandboxhttps://test-[your-tenant].lynks.lu
Productionhttps://[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:


Support

For assistance with API integration, contact the Finologee support team at [email protected].