GET api/{vkey}/token/create/{email}/{book}
Creates a reading token.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
vkey | string |
Required |
|
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>