Create an authentication token. Make sure that you choose a meaningful description when you post, and record the token received from this request. This is the only time it is displayed.
You can also manage your tokens by choosing the "My API Tokens" tab in your LeanKit User Profile.
Param | Type | Usage | Default |
---|---|---|---|
description * |
string | Description of the token |
{ "description": "The token description" }
201 Created
{ "id": "101000029635727", "token": "theauthtoken", "description": "test token", "createdOn": "2020-01-14T22:28:10.798Z" }