Register a Callback Endpoint in UWS Explorer

This procedure shows how to subscribe to receive messages from an M2M callback service.

NOTE: This is a simplified procedure that shows how to invoke the API call that registers a target URL to receive messages from an ThingSpace Platform callback service. In practice, the procedure for receiving callback messages involves additional steps. See Callback Registration Service.

  1. Select the Callback Registration tab.

  2. Enter a URL on your server where you have a listening service running to receive callback messages. Specify a URL that is reachable from the Verizon ThingSpace Platform data centers.

    NOTE: Allowed port numbers for new callback registrations are 80, 443, 9001-9006 and 50551-50559.

  3. Optionally, enter a user name and password. The ThingSpace Platform will send these credentials to your callback service along with the data payload. If you are handling multiple accounts and you want them to use the same callback address, use these credentials to identify the account that a particular message is tied to.
  4. Select the name of the callback service that you want to subscribe to:

  5. Click Register Callback.
  6. The result is shown in the Result pane in the main window.