Skip to main content

General Review Management Workflow

info

For all of these methods, it is essential to obtain an access token for the RuStore API, which has a lifespan of 15 minutes .

Possible error codes

CodeValue
200OK
400Invalid request
401Not authorized
404Not found
500Internal Server Error

Example response in case of error

{
"code": "ERROR",
"message": "404",
"body": null,
"timestamp": "2023-05-30T20:08:14.120231216+03:00"
}