Skip to main content
POST
Create Reseller Key

Authorizations

Authorization
string
header
required

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

Body

application/json
product_id
integer
required

Product ID linked to the reseller entitlement.

Example:

12

reseller_id
integer
required

Internal User ID of the reseller.

Example:

98

days
integer
required

Validity duration in days.

Example:

30

Response

Reseller key created successfully.

success
boolean
Example:

true

message
string
Example:

"Reseller key created successfully"

key
string
Example:

"RESELLER-KEY-1234"

id
integer
Example:

99