GET Auth/GetRequestKey
Get a request key, which can be used to build an url so a user can attach this key to his account
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Returns a model the request key
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"RequestKey": "abc123456e46f56g4s6f7s8g9s7tg6s5fg4sdg5",
"Url": "http://www.eata.be/account/linkprinterservice?key=abc123456e46f56g4s6f7s8g9s7tg6s5fg4sdg5"
}
application/xml, text/xml
Sample:
<ServiceLinkModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <RequestKey>abc123456e46f56g4s6f7s8g9s7tg6s5fg4sdg5</RequestKey> <Url>http://www.eata.be/account/linkprinterservice?key=abc123456e46f56g4s6f7s8g9s7tg6s5fg4sdg5</Url> </ServiceLinkModel>