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: