Skip to main content
GET
/
api
/
system
/
retention-days
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/system/retention-days \
  --header 'Authorization: Bearer <token>'
{
  "days": 123,
  "exchange": "<string>"
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

Get retention days

days
integer<int32>
required
exchange
string
required