Developer Console

API Reference & Integration

Build custom integrations with the AetherFloww platform using our RESTful APIs.

Authentication

Use your API key in the Authorization header to make authenticated requests.

cURL
Python
curl -X POST https://api.aetherfloww.com/v1/finance/invoice \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"invoiceId": "INV-1024"}'