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