API & integration docs
WerOrg is dashboard-first. The platform exposes a small set of integration surfaces today and a public REST API is on the roadmap.
Pricing feed
Every tenant gets a live, public feed of their offer prices. Submit either URL to aggregators (SellCell, SellMyMobile, Comparemymobile) or your own comparison sites. Both URLs update automatically when prices or your payout ratio change.
JSON feed
https://{your-shop}.wer.org/api/feed.jsonapplication/json — every (device × condition) combination with offer price and a deep link.
XML feed
https://{your-shop}.wer.org/api/feed.xmlapplication/xml — same data, RSS-friendly schema for legacy aggregators.
The exact URLs (with your slug filled in) are listed in Dashboard → Settings → Tracking & feed.
Tracking scripts
Drop arbitrary HTML/JS into your storefront pages via Dashboard → Settings → Tracking scripts. Two slots:
- Header script — injected before
</head>. Use for Google Analytics, Meta Pixel, Hotjar, etc. - Body script — injected before
</body>. Use for chat widgets, cookie banners.
32 KB max per slot. Scripts run on your storefront only — never on the dashboard or other tenants’ sites.
Custom domains
On Pro and Unlimited plans you can map any domain to your storefront. Add it from Dashboard → Settings → Custom domain. We provision SSL via Approximated.app. After your DNS A record points at the IP we give you, most certificates issue in 5–10 minutes.
Webhooks (Stripe billing)
We accept inbound webhooks from Stripe at /webhooks/stripe for subscription lifecycle events (created, updated, cancelled, invoice paid/failed). These are configured automatically when you start your trial — nothing to wire up.
Outbound webhooks for lead events (new offer accepted, label generated, status changed) are on the v1.1 roadmap. Email [email protected] if your workflow needs them sooner.
Public REST API (roadmap)
A read/write REST API for leads, devices, and pricing is on the v1.2 roadmap. Authenticated by per-tenant scoped tokens, served athttps://api.wer.org, OpenAPI 3.1 spec published.
Until then, the JSON pricing feed plus dashboard CSV exports cover most read-side use cases. Want write access sooner? Tell us what you’d build: [email protected].
Looking for in-product help instead? See the help center.
