cURL
curl --request GET \ --url https://api.mottostreaming.com/streaming/ingests/v2/{ingest_id} \ --header 'Authorization: Bearer <token>'
{ "ingest": { "region": "REGION_UNSPECIFIED", "id": "<string>", "project_id": "<string>", "key": "<string>", "passphrase": "<string>", "connected": true, "disabled": true, "name": "<string>", "description": "<string>", "pull_url": "<string>", "last_update_time": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.mottostreaming.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mottostreaming.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes