Get Signal

Gets details about the specified signal.

Get details of the requested signal.

get
Path parameters
idstringRequired

The ID of the signal to display.

Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringOptional

Key Manager authentication token.

Responses
chevron-right
200

List of signals for the requesting user.

application/json
namestringOptional

Signal name

querystringOptional

The query used to define this signal. The query is defined as "field:value" pairs combined by the operators "AND" or "OR". Supported fields are (case-insensitive): "author", "hashtag" and "cashtag". MUST contain at least one "hashtag" or "cashtag" definition.

visibleOnProfilebooleanOptional

Whether the signal is visible on its creator's profile

companyWidebooleanOptional

Whether the signal is a push signal

idstringOptional

Signal ID

timestampinteger · int64Optional

Timestamp when the signal was created, in milliseconds since Jan 1 1970

get
/v1/signals/{id}/get

Last updated

Was this helpful?