Fetch Keys
Name
Value
Param
Param Type
Type
Required
Description
{
"message": "string",
"statusCode": 200,
"data": {
"productId": "number",
"keys": [
{
"keyId": "number",
"value": "string",
"status": "number",
"statusLabel": "string",
"created": "string",
"format": "string",
"hash": "string"
}
],
"pagination": {
"total": "number",
"page": "number",
"limit": "number"
}
}
}Last updated