/webhook [POST]
endpoint. For testing, you can use a webhook testing service such as
https://webhook.site to generate a URL that you can use for testing webhooks.
/realtime/connect
endpoint. This will return a unique URL which you can use to create a WebSocket connection with
PathStack. See below for an example of how to connect to PathStack over WebSockets using that URL. Note, you will need
to install the websockets
library with pip install websockets
.
/realtime/connect
endpoint to connect again, as the old
URL would likely have expired./realtime/device
endpoint. You can also pass through a filter and
options.
type: list of uuid
type: list of string
type: list of uuid
type: list of object with connection ID of type uuid and system device IDs of type list of string