GET api/Monitor

Returns an object containing tokens used to validate a request made when POSTing to the API. Values received from a request to this endpoint should not be altered. Note: This call must be made before POSTing to the API, or your request will be rejected.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

KeyHashPair
NameDescriptionTypeAdditional information
Key

Do not alter this.

Collection of byte

None.

Hash

Do not alter this.

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "Key": "QEA=",
  "Hash": "QEA="
}