POST api/LitmosLoginKey?totalRequests={totalRequests}&LitmosAccType={LitmosAccType}
API_CanExecute will record the api usage and check if there is enough redundancy to execute it. The limit of API calls that can be made per mniute is currently set at 100. (This is set in the stored procedure used to check for availble resources).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| totalRequests | integer |
Required |
|
| LitmosAccType |
The enumerated type that specifies the litmos account target type. |
LitmosAccountType |
Required |
Body Parameters
None.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>