Authentication
This request is for login and usage of the RestAPI and will require your API Secret Key.
URL: https://account.idevaffiliate.com/API/rest-api/authenticate.php
Request type: POST
Request Body
| Key | Value | Required | Description |
| api_secret | Secret Key | True | This secret key is for authenticate user. |
Response
| Key | Value | Type | Description |
| message | String | Text message for success or error. | |
| token | String | Encrypted token for authorization in other requests. | |
| bool | True / False | Boolean | Indicates is request is success or not. |