Notifications
Get Subscriptions List
Get a list of all notification subscriptions for the account
get/v1/accounts/{{account_id}}/subscriptions
Path parameters
account_idstring required
Video Cloud account ID.
Headers
Content-Typestring required
Content-Type: application/json
Authorizationstring required
Authorization: Bearer {access_token} - see Getting Access Tokens
Response
200
Example response
[
{
"endpoint": "https://solutions.brightcove.com/bcls/di-api/cms-callbacks.php",
"events": [
"video-change"
],
"id": "a0847083-79f4-4315-8a2c-403465a3d9bc",
"service_account": "57838016001"
}
]