Authorization: Bearer ********************curl --location --request GET 'https://getrasl.io/api/v1//templatebots?page=1&per_page=15' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": "success",
"data": [
{
"id": 1,
"tenant_id": 2,
"name": "tbot1",
"rel_type": "lead",
"template_id": 510070465356446,
"header_params": "[]",
"body_params": "[]",
"footer_params": "[]",
"filename": "tenant/2/template-bot/CTzitrN1GbYUu6qbbaMElkOlv3qTaZTXPVyNXDAM.png",
"trigger": "heloo",
"reply_type": 1,
"is_bot_active": 1,
"created_at": "2025-07-12T11:16:01.000000Z",
"updated_at": "2025-07-12T11:16:01.000000Z",
"sending_count": 0
}
],
"meta": {
"current_page": 1,
"total": 10,
"per_page": 15
}
}