Contacts
Create Group
Contacts
Create Group
POST
/
api
/
v1
/
group
curl --request POST \
--url https://eazymsg.com/api/v1/group \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"name": "Group SS71",
"description": "ddd"
}'
{
"code": "0x0200",
"message": "Group Added Successfully.",
"status": "SUCCESS",
"data": {
"groupId": "GS4359F"
}
}
Body
application/json ยท object
Response
200
application/json
OK
The response is of type object
.
curl --request POST \
--url https://eazymsg.com/api/v1/group \
--header 'Content-Type: application/json' \
--data '{
"authKey": "{{key}}",
"name": "Group SS71",
"description": "ddd"
}'
{
"code": "0x0200",
"message": "Group Added Successfully.",
"status": "SUCCESS",
"data": {
"groupId": "GS4359F"
}
}