GET api2/onetime_key.json?value={value}
Get OneTime Key for Value
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| value | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Unique String
OneTimeKeyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
Response Format
{
"key": "sample string 1"
}