WasenderApi WhatsApp API
Endpoints for managing WhatsApp contacts.
/api/contacts
Retrieves a list of all contacts synced with the WhatsApp session.
/api/contacts/{contactPhoneNumber}
Retrieves detailed information for a specific contact.
/api/contacts/{contactPhoneNumber}/picture
Retrieves the URL of the profile picture for a specific contact.
/api/contacts/{contactPhoneNumber}/block
Blocks a specific contact.
/api/contacts/{contactPhoneNumber}/unblock
Unblocks a specific contact.
Creates or updates a contact in the session's address book.
/api/lid-from-pn/{pn}
Retrieves the Link ID (LID) associated with a real phone number (PN).
/api/pn-from-lid/{lid}
Retrieves the real phone number (PN) associated with a Link ID (LID).