The blackhawnketwork REST API gives you a single, unified endpoint to issue gift cards, manage incentive payouts, and track delivery — across 1,000+ brands worldwide.
Explore our SDKs for Node.js, Python, PHP, and Go. Test every call in the live Sandbox with zero risk before going live.
# POST /v1/rewards — Issue a Gift Card
curl -X POST https://api.blackhawnketwork.com/v1/rewards -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{ "recipient_email": "[email protected]", "brand": "amazon", "amount": 50.00, "currency": "USD", "message": "Thanks for your loyalty!" }'
# 200 OK — Response
{
"status": "success",
"reward_id": "rwd_9f3a2c17e4b8",
"delivery": "instant",
"tracking_url": "https://track.blackhawnketwork.com/rwd_9f3a2c17e4b8"
}Officially maintained libraries for every major stack. Install in minutes, ship in hours. All packages receive weekly updates and are covered by our SLA.
Async-first SDK for Node.js and TypeScript with full type definitions.
Pythonic library with sync and async clients, compatible with Python 3.8+.
Enterprise-grade SDK for Java 11+ with Spring Boot integration out of the box.
Composer-installable SDK supporting PHP 8.0+ with PSR-18 HTTP client compatibility.
Gem for Ruby 3.0+ with ActiveSupport compatibility and Rails helpers included.
Pre-configured Postman workspace with all endpoints, environments, and auth flows.
Don't see your language?
Our REST API works with any HTTP client. Check the full API reference or request an SDK.
Follow this step-by-step guide to generate, scope, rotate, monitor, and revoke API keys in your blackhawnketwork account — keeping your payment integrations secure at every stage.
Navigate to the API Keys section inside your blackhawnketwork dashboard. Click Create New Key, give it a descriptive label (e.g. production-payments-v1), and confirm your identity via two-factor authentication.
POST /v1/api-keys
{
"label": "production-payments-v1",
"scope": "write",
"expires_at": "2026-12-31"
}Your secret key is shown only once at creation. Copy and store it securely in a secrets manager — never in source code.
A look at the key management interface inside your blackhawnketwork dashboard

Screenshot for illustration. UI may vary by account plan.
Power Your Payments with a Single API. Enterprise-grade gift card & incentive distribution built for scale.
Platform
© 2026 blackhawnketwork. All rights reserved.