Table of contents

Endpoint and credentials

Integration token is encoded in base64. A decoded token is a JSON object:

{ "integrationId":"0446eed7-bf24-4ba7-9fd9-b2212d3cfc89", "secret":"b0109db9-8836-4d33-bc69-cbfc651c3ec3" }

The endpoint comprises the integrationId and the URL of the collector. This design allows for load balancing across various projects if required. To interact with the endpoint, send a POST request to the specified URL.

https://0446eed7-bf24-4ba7-9fd9-b2212d3cfc89.k1.hawk.so:433

or if you send using WebSockets

wss://0446eed7-bf24-4ba7-9fd9-b2212d3cfc89.k1.hawk.so:433/ws