v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBcontact
is registered user
Check if a given contactId is registered.
post/instances/{id}/client/action/is-registered-user
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"contactId": "<xxxxx>@c.us"
}Response
Example response
{
"data": {
"status": "success"
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/is-registered-user"
},
"status": "success"
}