Skip to main content
POST
Create stream link

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook_id
string
required

The webhook ID to link to your FilteredStream ruleset. The unique identifier of this webhook config.

Pattern: ^[0-9]{1,19}$
Example:

"1146654567674912769"

Query Parameters

tweet.fields
string

A comma separated list of Tweet fields to display.

expansions
string

A comma separated list of fields to expand.

media.fields
string

A comma separated list of Media fields to display.

poll.fields
string

A comma separated list of Poll fields to display.

user.fields
string

A comma separated list of User fields to display.

place.fields
string

A comma separated list of Place fields to display.

Response

The request has succeeded.

data
object
errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).