Skip to main content
Retrieves a cursor-paginated list of all licenses in your store. Licenses are automatically generated when customers purchase license-based products. This endpoint supports filtering by status, customer, and product.

Query Parameters

integer
default:"50"
Number of licenses to return per page (max 100)
string
Cursor for pagination. Use the next_cursor from the previous response.
string
Filter by license status. Valid values: pending_activation, active, expired, revoked
string
Filter by customer public ID (e.g., cus_abc123)
string
Filter by product public ID (e.g., prd_def456)

Response

object