How can I create API token?


To generate an 'API token' you will need to first make the call 'AuthorizeByApplication' (http://apps.linnworks.net/Api/Method/Auth-AuthorizeByApplication). To make this call you will need to send three parameters: applicationId, applicationSecret and token.


Here is the link to our API documentation. You should be able to access developer portal with your Linnworks credentials - http://apps.linnworks.net/


1. In developer portal create System Integration application. 'Application Id' and 'Application Secret' can be found under Edit Application -> General.

2. Install the application on necessary Linnworks account using installation URL - provided in dev portal.

3. On installation, you will receive a token - static parameter that you will have to pass with application Id and Application Secret (both visible in dev portal) to this call http://apps.linnworks.net/Api/Method/Auth-AuthorizeByApplication

Running the 'AuthorizeByApplication' call will then return you the 'API token' as 'Token'.


Should you require any assistance with it, please open a ticket and assign it to our API Support.