v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
contact

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

contactIdstring required

Example request

{
  "contactId": "<xxxxx>@c.us"
}

Response

status'success' | 'error'

Example response

{
  "data": {
    "status": "success"
  },
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/is-registered-user"
  },
  "status": "success"
}