GET api/token/create/{code}/{book}
Creates a reading token.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code |
A creation code. This can be a username, E-mailadres, userID (System.Guid) or licenseID |
string |
Required |
book |
The BookID for which to create an access token |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The address for the reading link.
stringResponse Formats
application/json, text/json, text/javascript
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>