Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 326 Bytes

Subscribe Device.md

File metadata and controls

24 lines (19 loc) · 326 Bytes

Subscribe Device : ( Need to be updated from the camera system )

/subscribe-device

Body

{
  "topicName": The Police station name,
  "deviceToken" : //
}

Return :

{
    "statusCode": 200,
    "body": {
      "deviceEndPoint": "endpointArn",
      "topicName": "event.topicName",
    }
  }