Description | Getting token for authentication |
Request Path | {{base_url}}/stores/token-obtain/ |
Method | Post |
Usage
An access token provides access to the HiGift API for a specified amount of time. When the access token expires, clients must authenticate again.
Request Parameters
Parameter | Data Type | Position | Required | Description |
store_id | Integer | Body | Yes | Provided by HiPin |
secret_key | String | Body | Yes | Provided by HiPin |
Response Parameters
Parameter | Description | Nullable |
token | Authorization text | No |