Mystatus Client API
Generated client method reference for the mystatus namespace.

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
| Prop | Value |
|---|---|
| Namespace | mystatus |
| Action | read |
| Functionality | both |
| Positional parameter order | contactId |
| Aliases | mystatus.getStatus |
| Deprecated aliases | - |
| License | insiders |
| WAPI override | - |
| Deprecated | No |
Routes
| Type | Method | Path | Name | Status |
|---|---|---|---|---|
| Primary | GET | /api/mystatus/getStatus | getStatus | Active |
| Alias | GET | /api/getStatus | getStatus | Active |
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
| Prop | Value |
|---|---|
| Return type | unknown |

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