Developers

The Loomo API

A modern REST API designed like Stripe. Predictable resources, first-class SDKs, sandbox keys and full webhook coverage.

Quickstart — place an order
curl -X POST https://api.loomo.io/v2/orders \
  -H "Authorization: Bearer $LOOMO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "service": "s3",
    "link": "https://tiktok.com/@nova",
    "quantity": 5000
  }'
Endpoints
  • GET/api/v2/services
  • POST/api/v2/orders
  • GET/api/v2/orders/:id
  • POST/api/v2/orders/:id/refill
  • GET/api/v2/balance