Introduction
Understand general API concepts and authentication strategies.
Overview
ZBD offers a powerful REST API that supports Bitcoin Lightning Network transactions with various payout and payin methods. Our API uses JSON data structures and makes use of industry standard HTTP response codes.
Base URL
The ZBD API is available on the following base URL:
https://sandbox-api.zebedee.io
.Authentication
All ZBD endpoints are protected by an API Key. To make requests against these endpoints you must pass a header property called apikey
with your ZBD Project API Key.
SSL / HTTPS Access
ZBD only provides a secure interface over HTTPS with SSL certificate support. Any requests that attempt to reach the ZBD API in an insecure fashion (plain-text over HTTP requests) will be rejected.
Resources
Links to help you get the most out of your ZBD development experience:
Was this page helpful?