Retrieve the pricing table data
GET/products/{product_id}/pricing.json
Retrieve the plugin's full features & pricing data for a pricing table. Used by our JS SDK, and WordPress SDK to create pricing components and pages.
Request
Responses
- 200
- 400
- 401
- 402
- 404
The features and pricing data.
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.