cURL
curl --request GET \ --url https://api.goyappr.com/phone-numbers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "number": "+972551234567", "status": "active", "agent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "friendly_name": "<string>" } ] }
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
ypr_live_...
List of phone numbers
Show child attributes