Documentation/Developer API

Developer API

Automate your workflow by generating links programmatically.

Getting Started

Aranly provides a simple REST API. Go to the Developers tab in dashboard to copy your API Key.Keep this key secret!

# Example Request
curl -X POST https://aranly.com/api/v1/links \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "product_code": "EBOOK01", "expiry_days": 3 }'

Webhooks

You can configure Webhooks to receive notifications when:

Pro Tip: Automation Triggers

You can trigger complex fulfillment workflows by sending data to our Generic Webhook trigger. This allows you to integrate with apps like Zapier or your own custom backend and leverage the power of our block-based engine.

See Automation Documentation