Skip to main content
POST
Extend Key Duration

Authorizations

Authorization
string
header
required

Standard HTTP Bearer token authentication header (e.g. Authorization: Bearer pk_live_...).

Path Parameters

id
integer
required

Unique database ID of the license key.

Body

application/json
days
integer
required

Number of days to append to the license end date.

Required range: x >= 1
Example:

7

Response

Duration added successfully.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"