LUCA Developer Portal

Build with LUCA

Automate payment reconciliation and pull management-account reports straight from your own tools with LUCA’s token-authenticated REST API.

Guides

Task-based walkthroughs — start here if you're integrating for the first time.

API Reference

Every endpoint, organised by resource, with copy-paste examples and a mock Try-It sandbox.

Make your first call

The sandbox accepts any bearer token, so you can explore before creating a real one.

# Search customers on the mock sandbox — returns the documented example response
curl "https://developer.luca.pro/api/v1/customers?search=Acme" \
  -H "Authorization: Bearer sandbox-token"

Ready for live data? Create a token in LUCA under Settings → API Tokens and point the same request at https://api.luca.pro.