Create Datafeed
Header parameters
sessionTokenstringRequired
Session authentication token.
keyManagerTokenstringOptional
Key Manager authentication token.
Body
tagstring · max: 100Optional
A unique identifier to ensure uniqueness of the datafeed.
includeInvisiblebooleanOptional
Set to true to retrieve invisible rooms related events. Default is false.
Responses
201
Datafeed sucessfully created.
application/json
Container for the feed ID
idstringOptional
ID of the datafeed
createdAtinteger · int64OptionalDeprecated
[deprecated] Datafeed creation timestamp
typestringOptional
The type of feed. Only allowed value is "datahose".
400
Bad request.
application/json
401
Unauthorized.
application/json
500
Internal server error.
application/json
post/v5/datafeeds
Last updated
Was this helpful?