ApiMinters
List authorized minters
GET
/api/coupons/mintersAuthorization<token>
Nostr <base64 of kind 27235 event>. Tags: u, method, optional
payload (sha256 hex of body), and a random nonce to avoid replay.
In: header
Response Body
application/json
curl -X GET "https://example.com/api/coupons/minters"{ "minters": [ { "pubkey": "string", "npub": "string", "label": "string", "createdAt": 0 } ]}