Open gamoridev opened 1 week ago
I've never seen all listed properties on Docs of this endpoint: GET /api/contacts?contactId=11231231231@c.us&session=default
GET /api/contacts?contactId=11231231231@c.us&session=default
{ "id": "11231231231@c.us", "number": "11231231231", "name": "Contact Name", "pushname": "Pushname", "shortName": "Shortname", "isMe": true, "isGroup": false, "isWAContact": true, "isMyContact": true, "isBlocked": false }
Right now, I'm receiving only this:
{ "id": "11231231231@c.us", "pushname": "Pushname", }
{ "version": "2024.11.1", "engine": "NOWEB", "tier": "PLUS" }
There's some inconsistency in API responses between engines, yes :( We'll work on making it the same (or at least to provider proper documentation for that) :crossed_fingers:
Describe the bug
I've never seen all listed properties on Docs of this endpoint:
GET /api/contacts?contactId=11231231231@c.us&session=default
Right now, I'm receiving only this:
Version