v50

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-2810050281.4 KB
Notifications

Get Subscription

Get a notification subscription for the account

get/v1/accounts/{{account_id}}/subscriptions/{{subscription_id}}

Path parameters

account_idstring required

Video Cloud account ID.

subscription_idstring required

Subscription ID.

Headers

Content-Typestring required

Content-Type: application/json

Authorizationstring required

Authorization: Bearer {access_token} - see Getting Access Tokens

Response

200

endpointstring

the notifications endpoint

eventsstring[]

list of events subscribed to

idstring

system id for the subscription

service_accountstring

the Video Cloud account id

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"
}