Tài liệu API
Đây là tài liệu cho các endpoint API có sẵn, được xây dựng dựa trên kiến trúc REST. Tất cả các endpoint API sẽ trả về phản hồi JSON với các mã phản hồi HTTP chuẩn và yêu cầu Xác thực Bearer qua khóa API.
Xác thực
Tất cả các endpoint API yêu cầu một khóa API được gửi bằng phương thức Xác thực Bearer.
curl --request GET \
--url 'https://link.fsel.edu.vn/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://link.fsel.edu.vn/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
All API endpoint results work with the UTC timezone unless specified otherwise.