# Get all available products **GET /products** If you have configured and launched multiple products within Canopy, retrieve information related to all of your configured products at once. ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **limit** (integer) The maximum number of products to be returned. Defaults to 10. - **starting_after** (string) Pass the value from the `paging` response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both. - **ending_before** (string) Pass the value from the `paging` response body in your previous request. If not provided, the zero-indexed starting point will be used. Either starting_after or ending_before may be provided, but not both. ## Responses ### 200 Array of Products #### Body: application/json (object) - **results** (array[object] | null) An array of information for all products within the requested range. ### 401 Unauthorized. ### 403 Forbidden. ### 404 Unable to get products ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)