Authentication
This purpose of this page is to specify the Authentication methodology for OnBuy
Version | Created/Updated by | Notes |
---|---|---|
1.0 | Danail Deltchev | Initial Creation |
OnBuy API operates by obtaining a temporary token called “Access Token“ that needs to be added as one of the headers of each next call. To do this a POST request token needs to be called. The parameters are to be available in the seller central portal and are to be stored in Hemisphere in account_onBuy
API call: https://docs.api.onbuy.com/?version=latest#56a65d80-ce68-4840-8091-8d04d6e340d6
Parameters:
Name | Type | Required | Details | WAP Notes |
---|---|---|---|---|
secret_key | string | YES | {{secret_key}} |
Type:
string
Example:
{{secret_key}}
| To be picked from account_onBuy |
| consumer_key | string | YES | {{consumer_key}}
Type:
string
Example:
{{consumer_key}}
| To be picked from account_onBuy |
Limits: Each Access Token is valid for only 15 minutes and then it needs to be called again