# Add Gateways to a Consignment **POST /consignments/{consignmentId}/gateways** ## Servers - The production URL for sending requests to the Reelables API.: https://api.reelables.com/v1 (The production URL for sending requests to the Reelables API.) ## Authentication methods - Auth endpoint ## Parameters ### Headers - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Path parameters - **consignmentId** (string) The identifier of the Consignment ### Body: application/json (array[object]) - **registerGateway** (boolean) Indicates whether the gateway should be registered. True - will register a new gateway (productName is required) False - indicates that the gateway has already been registered - **deviceId** (string) Manufacturer identifier for the Gateway device. Example: 'e10fce301222e588e1d7482b' - **productName** (string) Name of Gateway product. Example: 'HGD4' - **manufacturer** (string) ## Responses ### 201 201 response #### Body: application/json (object) - **nextToken** (string) Pagination token - **items** (array[object]) ### 401 Unauthorized #### Body: application/json (object) - **errors** (array[object]) ### 403 Forbidden #### Body: application/json (object) - **errors** (array[object]) ### 404 Consignment not found #### Body: application/json (object) - **errors** (array[object]) ### 429 Too Many Requests #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)