We just GoLive API Rate Limits. Please follow up
{
"data": {
"expired_time": 1703578845,
"refresh_expired_time": 1704788445,
"refresh_token": "xxxxx",
"token": "xxxxxxxx"
},
"error": false,
"error_code": 201,
"attr_error": null,
"messages": ""
} Authorization : 'Omi ' + token
Content-Type : 'application/json'Authorization : 'Account ' + account_key
Content-Type : 'application/json'Authorization : 'Partner ' + partner_key
Seller-ID : 'xxxxx'
Country : 'xxxxx'
Content-Type : 'application/json'{
"data": {
"expired_time": 1703578845,
"refresh_expired_time": 1704788445,
"refresh_token": "xxxxx",
"token": "xxxxxxxx"
},
"error": false,
"error_code": 201,
"attr_error": null,
"messages": ""
} Authorization : 'Merchant ' + token
Shop-ID : 'xxxxx'
Content-Type : 'application/json'Merchant is issued by the merchant-connect flow and is the ONLY scheme accepted by POST /order/info-buyer and GET /order/by-buyer/{buyer_id}; Partner is the only scheme accepted by GET /seller-by-partner/list. Every other endpoint on this site accepts Omi, Account, Partner and Merchant.HMACAuthentication (header Key / Signature / Timestamp, có kiểm lệch giờ) và BasicAuthentication ở cấu hình mặc định. Thông báo 403 của hệ thống có chỗ hướng dẫn dùng HMAC api_key, nhưng cách ký chưa được mô tả ở đâu trong tài liệu này — liên hệ Omisell nếu bạn được cấp HMAC key.Access token sống 1 ngày, refresh token 15 ngày ( refresh_expired_timetrong response là mốc chính xác). Hạn của token còn bị cắt theo hạn của API key sinh ra nó.