getLimitV2Enabled
GET/v1/limits/v2-enabled
getLimitV2Enabled
Request
Example
{
"data": {
"name": "string",
"description": "string",
"maxValue": {},
"currentValue": {}
},
"meta": {
"correlationId": "28683605291",
"timestamp": "2024-01-01T00:00:00.000Z"
},
"errors": []
}Example
{
"meta": {
"correlationId": "28683605291",
"timestamp": "2024-01-01T00:00:00.000Z"
},
"errors": [
{
"code": "FAAS-500",
"message": "Internal Server Error!"
}
]
}