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 (headers Key / Signature / Timestamp, with a clock-skew check) and BasicAuthentication in the default configuration. Some system 403 messages point at an HMAC api_key, but the signing method is not described anywhere in this documentation — contact Omisell if you have been issued an HMAC key.The access token lives 1 day and the refresh token 15 days ( refresh_expired_timein the response is the exact moment it ends). A token's lifetime is additionally capped by the expiry of the API key that issued it.