cURL
curl --request POST \ --url https://usebreezee.xyz/api/v1/breezee/payments \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "filter": "SENT" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
SENT
RECEIVED
{ "status": true, "payments": [ { "id": "...", "payment_type": 0, "status": 0, "amount_msat": 10000, "fee_msat": 10, "timestamp": 1629345600, "details": { "type": "bolt11", "invoice": "..." } } ] }
Successful Response