Keys

Compensate keys

Extends the expriration time of a key

post/api/v1/keys/compensate

Headers

Authenticationstring required

API Key

Request body

durationinteger required
keystring

Example request

{
  "duration": 86400,
  "key": "abc123xyz"
}

Response

Compensation result

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.