GET api2/onetime_key.json?value={value}

Get OneTime Key for Value

Request Information

URI Parameters

NameDescriptionTypeAdditional information
value

string

Required

Body Parameters

None.

Response Information

Resource Description

Unique String

OneTimeKeyResponse
NameDescriptionTypeAdditional information
key

string

None.

Response Format

{
  "key": "sample string 1"
}