POST
/
v1
/
channels
/
{channelID}
/
analytics
/
templates
/
enable
Enable template analytics
curl --request POST \
  --url https://api.wazapin.com/v1/channels/{channelID}/analytics/templates/enable \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Path Parameters

channelID
string
required

Channel ID

Response

OK

data
object
required