Products REST Endpoints

Products
Products
Get a specific plan for a product by product Id and plan Id
Method: get
Path: /PASService/rest/services/v1/products/{productId}/plans/{planId}
Get a specific product by product Id
Method: get
Path: /PASService/rest/services/v1/products/{productId}
Get list of plans for a product by product Id
Method: get
Path: /PASService/rest/services/v1/products/{productId}/plans
Get list of products
Method: get
Path: /PASService/rest/services/v1/products