GET
/
api
/
v3
/
network-settings
/
feed-setting
Get feed setting check configuration.
curl --request GET \
  --url https://apix.us.amity.co/api/v3/network-settings/feed-setting \
  --header 'Authorization: Bearer <token>'
{
  "feedSettings": [
    {
      "feedType": "<string>",
      "contentSettings": [
        {
          "contentType": "<string>",
          "allowed": true,
          "maxDurationSeconds": 123,
          "transcodeConfig": {
            "maxResolution": "<string>",
            "minResolution": "<string>"
          }
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Feed setting check configuration

The content