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>"
}
}
]
}
]
}
Using for get network 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>"
}
}
]
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Feed setting check configuration
The content