Sell stuff offline, accept Lightning payments. Powered by LNURL-pay.

GET
Headers
{"X-Api-Key": <invoice_key>}
Body (application/json)
Returns 200 OK (application/json)
[<offlineshop object>, ...]
Curl example
curl -X GET {{ request.url_root }}/offlineshop/api/v1/offlineshop -H "X-Api-Key: {{ g.user.wallets[0].inkey }}"