v1

latestOpenAPI 3.0.02026-07-26868170.3 KB
Group

Create a group

Create a group with first 10 000 contacts, the payload can't get more than 10000 keys. To add more contacts, you should use endpoint group/{id}/add as many times as necessary.

post/target/groups

Request body

namestring required
descriptionstring
sourcestring
keysstring[]

Example request

{
  "name": "basket > 100",
  "description": "individual having a basket > 100",
  "source": "integrator_vip"
}

Response

group creation is successful.