Lấy tất cả tên chương trình
API cho phép lấy tất cả tên chương trình để làm dữ liệu để cho bot học
📦 Response
key
type
required
description
total_items
int
true
tổng số kết quả tìm được
items
List[string]
true
Danh sách tên chương trình
✈️ Request
GET /v1.0/programs/find_all
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
application/json
Authorization
string
JWT token
{total_items: 500, items:["sinh tử", "thời sự", "cát đỏ", ...]}Last updated
Was this helpful?