Returns every Do-Not-Call entry for your company, ordered by most-recently
added. Pass ?phone=+972501234567 (any common format works — it’s normalized)
to look up a single entry instead of listing all.
Returns every Do-Not-Call entry for your company, ordered by most-recently added. Phone numbers are stored in E.164. Use this to render a DNC management UI or to back-fill an external suppression list. PassDocumentation Index
Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt
Use this file to discover all available pages before exploring further.
?phone=... to look up a single entry instead of listing all. The number is normalized before lookup, so +972501234567, 972501234567, and 0501234567 all resolve to the same row.
Required scope: do_not_call:read.
?phone=... is supplied the response is the single entry object directly (not wrapped in data).
| HTTP | Code | When |
|---|---|---|
| 401 | INSUFFICIENT_SCOPE | API key lacks do_not_call:read. |
| 404 | — | ?phone=... was supplied and the number is not on the list. |
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.
Single-number lookup. Returns 404 if the number is not on the list.
List of DNC entries (or one entry when phone is supplied)