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

KeyValueRequiredDescription
api_secretSecret KeyTrueThis secret key is for authenticate user.

Response

KeyValueTypeDescription
messageStringText message for success or error.
tokenStringEncrypted token for authorization in other requests.
boolTrue / FalseBooleanIndicates is request is success or not.