Authorizations
Chave privada da API
Response
200
Default Response
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/newsletter \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>"
}'
Cria um novo canal
curl --request POST \
--url https://api.zapperapi.com/{instanceId}/newsletter \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>"
}'
Chave privada da API
Default Response