GET api/Access/{id}
Retrieves the status of a Token Id. Returns "valid" if Token Id is still valid, but if invalid or expired, it returns the error message. Your GET request must contain your Access Id in the query string (eg. ?accessId=xxxx)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The generated Token Id |
string |
Required |
Body Parameters
None.
Request Formats
text/plain
Sample:
https://nftrazer.futurbnk.net/api/Access/[TOKEN_ID]?accessId=[ACCESS_ID]
application/json, text/json, text/xml, application/xml, application/x-www-form-urlencoded
Sample:
Not applicable.
Response Information
Resource Description
Returns "valid" (if tokenId is still acceptable) or the error message (if tokenId has expired or tokenId is not owned by accessId)
IHttpActionResultNone.
Response Formats
text/plain
Sample:
valid
application/json, text/json, text/xml, application/xml
Sample:
Not applicable.