cURL
curl --request GET \ --url https://api.mottostreaming.com/streaming/stitchers/v1/{stitcher_id} \ --header 'Authorization: Bearer <token>'
{ "stitcher": { "id": "<string>", "project_id": "<string>", "name": "<string>", "assets": { "assets": [ { "asset_id": "<string>", "config": { "order_index": 123 } } ] }, "asset_id": "<string>", "reserved_asset_id": "<string>", "state": "STATE_UNSPECIFIED", "labels": [ { "key": "<string>", "value": "<string>" } ] } }
GetStitcher
Returns information about the requested stitcher instance.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object