POST
/
v1
/
templates
/
sync
Sync templates from provider
curl --request POST \
  --url https://api.wazapin.com/v1/templates/sync \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "count": 123
  }
}

Authorizations

Authorization
string
header
required

Session token or API key

Response

OK

data
object
required