Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invitationToken |
The invitationToken . |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The nano token .
Nano.NanoToken| Name | Description | Type | Additional information |
|---|---|---|---|
| expiration |
Gets or sets the expiration. |
date |
None. |
| id |
Gets or sets the nano token identifier. |
globally unique identifier |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
| value |
Gets or sets the value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"expiration": "2025-11-09T05:41:47.0452333Z",
"id": "8a33553c-8a2b-4774-958c-d401a99d68d2",
"user": "1",
"value": "sample String 3"
}
text/html
Sample:
{"expiration":"2025-11-09T05:41:47.0452333Z","id":"8a33553c-8a2b-4774-958c-d401a99d68d2","user":"1","value":"sample String 3"}
application/xml, text/xml
Sample:
<NanoToken xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Expiration>2025-11-09T05:41:47.0452333Z</Expiration> <NanoTokenId>8a33553c-8a2b-4774-958c-d401a99d68d2</NanoTokenId> <UserId>1</UserId> <Value>sample String 3</Value> </NanoToken>
application/vnd.api+json
Sample:
Sample not available.