Returns JWT from Erply API. This can be used to authenticate with various Erply services that require a JWT. Can only be used with registered partners. When using a sessionKey to generate one then its lifetime will match that of the sessions.
Here is the intended use case explained in more detail.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| partnerKey | A registered partner key. | string | yes |
| Field name | Type | Description |
|---|---|---|
| token | string | The new JWT token. |