Return available Products for a Service. For example, with a Provider of AWS and a Service of EC2, Products will be a list of all EC2 Instances. By default, this endpoint returns all Products across all Services and Providers but has optional query parameters for filtering listed below.
The access token received from the authorization server in the OAuth 2.0 flow.
Query by Provider to list all Products across all Services for a Provider. e.g. aws
Query by Service to list all Products for a specific provider service. e.g. aws-ec2
Query by name of the Product to see a list of products which match that name. e.g. m5a.16xlarge
The page of results to return.
The amount of results to return. The maximum is 1000