VaspLoginRequest
- Schema
- Example
accessKey
RequiredString
accessKey (Getting form API Key Info)
Min Length0
Max Length256
Pattern
^[a-zA-Z0-9_+-]+(?:\.[a-zA-Z0-9_+-]+)*
Example
[accessKey]
expireInMinutes
OptionalInteger (int32)
expiredInMinutes (expire minutes will add to your token's timestamp)
Example
10000000
signedSecretKey
RequiredString
sha512(secretKey) = signedSecretKey (Getting secretKey form API Key Info, and hash it!)
Example
2301fd8f4e3ac6dec9b0a78d56f06ef964011d2361c519d39114cb3667e7a7e6c5f0b354f70cc454413c7b6f883c7a614c896b23745889ee8cde535764500fd2
vaspCode
RequiredString
vaspCode (Getting from API Key Info)
Min Length0
Max Length32
Example
[vaspCode]
{
"accessKey": "[accessKey]",
"expireInMinutes": 10000000,
"vaspCode": "[vaspCode]",
"signedSecretKey": "2301fd8f4e3ac6dec9b0a78d56f06ef964011d2361c519d39114cb3667e7a7e6c5f0b354f70cc454413c7b6f883c7a614c896b23745889ee8cde535764500fd2"
}