List
Features
List
List features by productId, optionally filtered by key
GET
List
Documentation Index
Fetch the complete documentation index at: https://docs.paygentic.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication
Query Parameters
The product ID to filter features by Unique identifier for a product
Pattern:
^prod_[a-zA-Z0-9]+$Optional feature key to filter by. If provided, returns only the feature matching both productId and key
Pattern:
^[a-z0-9]+(?:-[a-z0-9]+)*$Number of features to return.
Required range:
1 <= x <= 100Number of features to skip.
Required range:
x >= 0