Developer Center

Build on top of Nyflextec.

APIs, SDKs, webhooks and reference integrations — everything you need to extend our products or plug them into your existing stack.

Start Here

Pick your integration path.

Quick Start

Your first API call in under 60 seconds.

Generate an API token from your admin dashboard, then hit our health endpoint to confirm everything is wired up.

curl -X GET https://api.nyflextec.com/v1/ping \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Accept: application/json"

# → { "status": "ok", "version": "v1" }
Read the docs