Suscribers

Gets the subscribers for the specified signal.

Get the subscribers of a signal

get
Path parameters
idstringRequired

The id of the signal.

Query parameters
skipintegerOptional

No. of results to skip.

Default: 0
limitintegerOptional

Max No. of subscribers to return. If no value is provided, 100 is the default.

Default: 100
Header parameters
sessionTokenstringRequired

Session authentication token.

keyManagerTokenstringOptional

Key Manager authentication token.

Responses
200

Signal Subscribers.

application/json
get
/v1/signals/{id}/subscribers

Last updated

Was this helpful?