WAYN User Verification API

Verifies whether the provided mobile numbers are registered and active in the system.
This endpoint requires Bearer (JWT) authentication obtained from /auth/authenticate.

Behavior:

  • Normalizes input mobile numbers to digits-only form (removes leading +, 00 or local 0).
  • Performs a single batch check and returns two lists: foundNumbers and notFoundNumbers.

Limits & validation:

  • Maximum 100 mobile numbers per request.
  • mobileNumbers cannot be null or empty.
  • Mobile number format validated by the API validator; validation failures return VALIDATION_ERROR.

Common error codes: INVALID_PAYLOAD, EMPTY_MOBILE_NUMBERS, MAX_ITEMS_EXCEEDED, VALIDATION_ERROR, MOBILE_NUMBERS_NOT_FOUND, DB_VERIFICATION_ERROR.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The verification request containing a list of mobile numbers to verify.

mobileNumbers
array of strings | null
mobileNumbers
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

500

Internal Server Error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json