Skip to main content

WhatsApp Tools

About 1 min

WhatsApp Tools

WhatsApp Number Screening Interface

Note: The maximum number of screenings per request is 20,000, and the minimum is 500. This is a paid interface.

  • Type

    API

  • URI

    /wscrm-bus-api/open/scan/screenWhatsApp

  • Request Method

    POST、Content-Type: application/json

  • Interface Description

    Determine if a phone number is a WhatsApp number, if it's active, avatar gender, etc.

  • Request Parameter Description

FieldTypeRequiredDescription
dataListYesPhone numbers (with country code)
typeintYesScreening type 0、is WhatsApp 1、screen active 2、screen avatar gender
activeTypeintNoActive type 0、frequent 1、recent 2、recently
countryStringYesCountry

Request Example:

{
  "data": ["91182716322323", "91182716322321"],
  "type": 1,
  "activeType": 0,
  "country": "IN"
}
  • Response Parameter Description

    Parameter NameTypeRequiredDescription
    codeintYesStatus code
    messageStringYesDescription
    dataStringYesOrder id
  • Response Example

{
  "code": 200,
  "message": "Success",
  "data": "330e6b1c1dd62662d0474de6f0003288"
}

Query Screening Task Status Interface

  • Type

    API

  • URI

    /wscrm-bus-api/open/scan/queryTaskStatus/{orderId}

  • Request Method

    POST

  • Interface Description

    Query the status of WhatsApp screening task order

  • Request Parameter Description

FieldTypeRequiredDescription
orderIdStringYesOrder number
  • Response Parameter Description

    Parameter NameTypeRequiredDescription
    codeintYesStatus code
    messageStringYesDescription
    dataintYes1、completed 0、not completed
  • Response Example

{
  "code": 200,
  "message": "Success ",
  "data": 0
}

Query Screening Task Result Interface

  • Type

    API

  • URI

    /wscrm-bus-api/open/scan/queryTaskDetails/{orderId}

  • Request Method

    POST

  • Interface Description

    Query detailed information of WhatsApp screening task (prerequisite: screening task is in completed status)

  • Request Parameter Description

FieldTypeRequiredDescription
orderIdStringYesOrder number
  • Response Parameter Description
Parameter NameTypeRequiredDescription
codeintYesStatus code
messageStringYesDescription
dataStringYesurl download address (with validity period)
  • Response Example
{
  "code": 200,
  "message": "Success ",
  "data":  "http://aliyun/xxx/yyy/zzz.xlsx"
  ]
}
  • xlsx Column Field Explanation

    Parameter NameTypeAlways Has ValueDescription
    Phone NumberStringYes9119228282828
    Is WhatsApp NumberintNo1、Yes
    StatusStringNohappy
    Last Active TimeStringNo2025-09-05 00:10:47
    Active HourintNo2
    AvatarStringNohttp://wwww/xxxx/1.png
    Is Business NumberintNo1、Yes
    GenderStringNomale(男)、female(女)、unknown
    AgeStringNo22
Last update:
Contributors: kubrick