# Retrieve data from Amazon API **GET /2024-09/channels/amazon/{channel}/call/{endpoint}** Proxies GET requests to the specified Amazon API endpoint. ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Path parameters - **channel** (string(uuid)) The UUID of the Amazon channel. - **endpoint** (string) The Amazon API endpoint to call. ## Responses ### 200 A successful response returning the response from the Amazon API. #### Body: application/json (object) object ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 403 Forbidden - The user does not have permission to access this resource. #### Body: application/json (object) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)