Skip to main content

Number lookup endpoint

How protected number lookup works in the API.

D
Written by Diego
  • Current endpoint
    Protected lookup uses POST /v1/numbers/lookup/:phone. The :phone parameter should contain the number to check, preferably in international format.

  • Required protection
    This endpoint is not intended for direct unverified calls. Website requests must include a valid anti-abuse verification. Official mobile apps sign their requests through the platform-specific flow.

  • Related data
    Approved comments for a number can be fetched with GET /v1/numbers/:phone/comments. Submitting comments, marking helpfulness, or creating reports requires additional protection to prevent spam.

Did this answer your question?