cURL
curl --request POST \ --url https://api.goyappr.com/phone-numbers/purchase \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phoneNumber": "+972551234567" } '
{ "success": true, "phoneNumber": "<string>", "monthlyPrice": 123, "currency": "<string>", "status": "active" }
Purchase an available Israeli number. Requires a payment method and creates a $15/month subscription.
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
ypr_live_...
"+972551234567"
Purchase result
Monthly cost in cents
active
pending_requirements