POST api/RoomControl/requestJwt?appKey={appKey}&payload={payload}

<strong>post/requestJwt</strong> <br /> Request a JWT token for authentication

Request Information

URI Parameters

NameDescriptionTypeAdditional information
appKey

The 3rd party application key given by INTEREL.

string

Required

payload

Encrypted payload contains JSON encoded in Hex and encrypted using RSA algorithm.

string

Required

Body Parameters

None.

Response Information

Resource Description

A string contains the generated Jwt token, or the error message.

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.