Send data to an app using the data stream API
Last updated
Was this helpful?
Last updated
Was this helpful?
In this how-to guide, you'll learn how to send data to an app using the data stream API.
You have
You have
This guide is language and platform agnostic. Thus, you can follow along using cURL or whatever language you use to make API requests as well as on Postman or the API platform of your choice. To try it out on Postman, visit the .
Prepare a PATCH
request to send to https://datastream.singular.live/datastreams/:datastreamPrivateToken
, which is the endpoint for the .
Replace :datastreamPrivateToken
with the actual private token. (This can be found on the , located on the user menu on the Singular Dashboard.)
Add a request body that matches the format of, and updates, the that is connected to the data stream in the overlay's composition.
With the composition editor in Composer open, send the request and watch the data update.