Skip to main content
GET
/
retention
/
period
Get current retention period
curl --request GET \
  --url https://api.example.com/retention/period \
  --header 'Authorization: Bearer <token>'
123

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Returns retention period in days

The response is of type number.