Skip to main content
POST
Toggle Reseller Key Freeze

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Unique ID of the reseller key.

Body

application/json
is_frozen
boolean
required

True to freeze countdown, false to unfreeze.

Example:

true

Response

Freeze status updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"