GET
/
streaming
/
rtmp_ingests
/
v1
/
{rtmp_ingest_id}
curl --request GET \
  --url https://api.mottostreaming.com/streaming/rtmp_ingests/v1/{rtmp_ingest_id} \
  --header 'Authorization: Bearer <token>'
{
  "rtmp_ingest": {
    "id": "<string>",
    "project_id": "<string>",
    "region": "REGION_UNSPECIFIED",
    "key": "<string>",
    "connected": true,
    "disabled": true,
    "name": "<string>",
    "description": "<string>",
    "pull_url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rtmp_ingest_id
string
required

Response

200
application/json
OK
rtmp_ingest
object