The GetAPIToken() command returns an API token.
Table 1. Parameters| Parameter | Type | Max Length | Required | Description |
|---|
| loginName | string | 50 | Y | The login name of the API account. |
| password | string | 100 | Y | The password of the API account. |
Table 2. Returns| Field | Type | Description |
|---|
| APIToken | string | The API token associated with the user account. |
<APITokenResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<APITokenInformation>
<APIToken>767DA43397CACDAE4D7E70CE43C1B11C286965</APIToken>
</APITokenInformation>
</APITokenResponse>