cURL
curl --request POST \ --url https://api.mottostreaming.com/streaming/rtmp_ingests/v1/{rtmp_ingest_id}/pull \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "rtmp_ingest_id": "<string>" }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the RTMP ingest to start pulling.
Request message for PullRTMPIngestRequest.
OK
Response message for PullRTMPIngestRequest.