open-wa v5 is alpha. Use v4.76.0 for mature production systems unless you are validating v5.
The Client APIAPI ExplorerLicensing

Mystatus Client API

Generated client method reference for the mystatus namespace.

Client Mystatus Methods Wally

Mystatus Client API

Generated file warning: this page is generated by packages/schema/scripts/gen-client-reference-docs.ts. Do not edit generated method content by hand.

This page documents 1 schema-registry client methods in the mystatus namespace.

getStatusInsiders

Get specific status

Overview

PropValue
Namespacemystatus
Actionread
Functionalityboth
Positional parameter ordercontactId
Aliasesmystatus.getStatus
Deprecated aliases-
Licenseinsiders
WAPI override-
DeprecatedNo

Routes

TypeMethodPathNameStatus
PrimaryGET/api/mystatus/getStatusgetStatusActive
AliasGET/api/getStatusgetStatusActive

Usage

const result = await client.getStatus({
  contactId: "447123456789@c.us",
});
const result = await client.mystatus.getStatus({
  contactId: "447123456789@c.us",
});
curl -G "http://localhost:8080/api/mystatus/getStatus" \
  -H "x-api-key: YOUR_API_KEY" \
  --data-urlencode "contactId=447123456789@c.us"

Parameters

Prop

Type

Output

PropValue
Return typeunknown
Wally the Walrus typing

Was this helpful?

Wally and his cute companion coffee mug are coding day and night to keep this up-to-date!

On this page