For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication

Tất cả các request đến API đều yêu cầu token trong header (bao gồm tất cả các methods: GET, POST, PUT...)

Authorization: Token <access_key>

Content-Type: application/json

Lưu ý: cần truyền chính xác value cho key “Authorization” là : Token `access_key của bạn`. (Token + `dấu cách` + `access_token`) Access key lấy tại `http://pub.accesstrade.vn/accounts/profile`

Last updated