Skip to main content
POST
Update Reseller Key Ban Status

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_banned
boolean
required

True to ban the key, false to unban.

Example:

true

Response

Ban status updated.

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"