{
"channel_id": [
"62895422536400"
],
"timestamp": 1705479904
}
curl --location --request POST 'https://api.airudder.com/api/v1/templates' \
--header 'X-AIRudder-Sign-Key: {{api_key}}' \
--header 'X-AIRudder-Sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_id": [
"62895422536400"
],
"timestamp": 1705479904
}'
{
"request_id": "7f0bae92ecd38272e9fac4d5a3a60ba5",
"code": 0,
"message": "Success",
"data": {
"list": [
{
"category": "marketing",
"channel": "WhatsApp",
"channel_id": "62895422536400",
"id": 28,
"language": "en",
"status": "approved",
"template_name": "get_template_example"
}
]
}
}