Get Signature
GET/signature/get?uri_path=$path&redeem_code=$redeemCode
Get Signature
Request
Query Parameters
uri_path string
redeem_code string
Responses
- 200
- 400
OK.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
message string
data string[]
{
"success": true,
"message": "string",
"data": [
"string"
]
}
Bad request.
- application/json
- Schema
- Example (from schema)
Schema
success boolean
Example:
falsemessage string
{
"success": false,
"message": "string"
}