# Send snapshot from a Gateway device **POST /external/v1/snapshot** ## Servers - The production URL for sending requests to the Reelables Gateway API.: https://api.reelables.com/gateway (The production URL for sending requests to the Reelables Gateway API.) ## Authentication methods - Api key ## Parameters ### Headers - **x-api-key** (string) Contact team@reelables.com to get an api key. - **request-id** (string) Unique identifier for the API request. Example: f7ecf495-ca1c-4468-a6c2-6ee3f723fa00 ### Body: application/json (object) Gateway snapshot events payload - **providerDeviceId** (string) Identifier of the Gateway device. Example: 'd290f1ee-6c54-4b01-90e6-d701748f0851' - **data** (object) - **signalStrength** (number(float)) Cellular signal strength indicator, in decibels. Example: -30dBm - **temperature** (number(float)) Temperature reported by the Gateway device, in degrees centigrade. Example: -2.1 - **location** (object) Location of the Gateway when snapshot it taken - **timestamp** (string(date-time)) Timestamp of the snapshot, in UTC ISO format. Example: '2019-07-21T17:32:28Z'. When the snapshot requires multiple pages to send the full set of Labels that are deteceted, the timestamp must be the same across all pages of data - **batteryLevel** (number(float)) Device battery charge level, as a percentage. Example: 42% ## Responses ### 202 Events received and queued for processing ### 400 Invalid input, object invalid [Powered by Bump.sh](https://bump.sh)