API Token
<developer-token id="{id}" type="{type}" date="{date}" href="https://{hostname}/@api/deki/site/developer-tokens/{id}">
<key>{key}</key>
<name>{name}</name>
<host>{host}</host>
</developer-token>
| Name |
Type |
Description |
| {hostname} |
string |
The Expert site hostname |
| {id} |
int |
The token numeric id |
| {type} |
{browser, oauth, server} |
The token type |
| {date} |
datetime |
ISO 8601 representation of the token's creation timestamp |
| {key} |
string |
The token unique public key |
| {name} |
string |
The token name |
| {host} (optional) |
string? |
|