cURL
curl --request GET \ --url https://api.mudstack.com/workspaces/assets/{asset_id}/subscriptions \ --header 'Authorization: Bearer <token>' \ --header 'x-account-id: <x-account-id>' \ --header 'x-workspace-id: <x-workspace-id>'
[ { "asset_id": "<string>", "user_id": "<string>", "subscribed": true } ]
Retrieve a list of subscribers for a specific asset.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the asset
A list of subscribers
The response is of type object[].
object[]
Was this page helpful?