Developer API

Keys issued in the dashboard are display-only in this frontend. The examples show the contract we will wire to a real backend later.

Order a number

curl "https://api.buddysms.com/v1/number?service=telegram&country=DE" \
  -H "Authorization: Bearer buddy_live_YOUR_KEY"

Wait for SMS

curl "https://api.buddysms.com/v1/orders/ord_8f3k2" \
  -H "Authorization: Bearer buddy_live_YOUR_KEY"

Cancel / refund

curl -X POST "https://api.buddysms.com/v1/orders/ord_8f3k2/cancel" \
  -H "Authorization: Bearer buddy_live_YOUR_KEY"