cURL
curl --request GET \ --url https://api.example.com/payment/usage/rent \ --header 'Authorization: Bearer <token>'
{ "id_to_duration": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
start of period, in seconds since unix epoch
end of period, in seconds since unix epoch
Successful Response
container id to duration in seconds
Show child attributes