WUAPI
Sample Schemas
Copy Page
WUAPI
Messages
Send plain text
POST
Send image
POST
Send audio
POST
Send video
POST
Send document
POST
Send location
POST
Send link
POST
Send contact
POST
Delete message by id
DELETE
Get message by id
GET
Users
Create new user
POST
Get all users
GET
Instances
Create new instance
POST
List All instance
GET
Update instance
PUT
List by instance id
GET
Delete instance
DELETE
Restart instance
GET
Get QRCode
GET
Get QRCode in base64 image.
GET
Disconnect instance
GET
Update profile picture
PUT
Delete profile picture
DELETE
Update profile name
PUT
Webhook
Connection event for your instance
Disconnection event for your instance
Event when you receive a message
Event when you send a message
Queues
Get queue instance
Delete queue instance
Get queue failed instance
Retry queue
Groups
Create new group
Get all groups
Get group by id
Add contact to group
Update picture of group
Set admins only
Add and remove admins in group
Manage
Restart server
Raiz
Groups
Get invite code
Leave the group
Schemas
Sample Schemas
Pet
Category
Tag
Schemas
ErrorResponseDTO
ChatMessage
requestBodyReceivedAndDelivery
error
Error
PlainTextMessageDto
LocationMessage
BaseMessageResponseDto
ImageMessage
SendImageMessageDto
VideoMessage
SendAudioMessageDto
DocumentMessage
SendVideoMessageDto
AudioMessage
SendDocumentMessageDto
VoiceMessage
SendLocationMessageDto
StickerMessage
SendLinkMessageDto
SendContactMessageDto
CreateUserDto
PickTypeClass
UsersEntity
CreateInstanceDto
CreateInstanceResponseDto
InstanceResponseDto
UpdateInstanceDto
UpdateInstanceResponseDto
ReturnInstanceResponseDto
ReturnInstanceQrCodeResponseDto
UpdateInstanceProfilePictureDto
UpdateInstanceProfilePictureResponseDto
UpdateInstanceProfileNameDto
CreateGroupsDto
GroupsEntity
CreateGroupsResponseDto
UpdateGroupsDto
UpdateGroupsAddContactsDto
UpdateGroupsResponseDto
UpdateGroupsUpdateProfilePictureDto
UpdateGroupsAdminsOnlyDto
UpdateGroupsUpdatePromoteDemoteDto
ReturnMenageResponseDto
GetGroupsInviteCodeResponseDto
Sample Schemas
Copy Page
Category
{
"id"
:
1
,
"name"
:
"string"
}