GetAPIToken()
The GetAPIToken() command returns an API token.
|
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. |
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>