Skip to main content
POST
/
contact-list
/
create
/
{instance}
Create a contact list
curl --request POST \
  --url https://api.zapthinker.com/contact-list/create/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "contacts": [
    {
      "remoteJid": "<string>",
      "pushName": "<string>"
    }
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Body

application/json
name
string
required

Nome da lista

description
string
contacts
object[]

Response

201 - application/json

Lista criada com sucesso

The response is of type object.