Using Postman with the ZBD API
Copy the URL https://api.zebedee.io/v0/ln-address/send-payment
and paste it into Postman.
Now change the Request Type to POST
, which is right next to the URL.
Select the Authorization
tab underneath the URL.
Now change the type to API Key
. Once that’s done enter apikey
for the key
input field.
Copy the apikey
from the Developer Dashboard and paste it into the value
input field.