Account Configuration
Get Default Profile
Get the default ingest profile for the account.
get/accounts/{{account_id}}/configuration
Path parameters
account_idstring required
Video Cloud account ID.
Headers
Content-Typestring required
Example:application/json
Content-Type: application/json
Authorizationstring required
Authorization: Bearer access_token (see Getting Access Tokens)
Response
SUCCESS
Example response
{
"version": 1526447969284,
"account_id": 57838016001,
"default_profile_id": "videocloud-default-v1",
"default_live_profile_id": "Live - Standard",
"date_created": 1526447969283,
"date_last_modified": 1526447969283,
"id": "55525f84e4b08e946aa03281"
}