v5

latestOpenAPI 3.0.3raw.githubusercontent.com2023-03-264311.9 KB
Key

List Public Keys

Get a list of public keys associated with a specified account

get/accounts/{{account_id}}/keys

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

idstring required

Unique identifier for your registered public key

type'public' | 'private' required

Type of key

valuestring required

The value of your public key

created_atstring required

Date timestamp for when your public key was registered with Brightcove

Example response

[
  {
    "id": "817c4bb4-8a58-4c37-9a3c-5ccb2bde74d8",
    "type": "public",
    "value": "MFkwEwYHKoZIzj0CAQY12345678901234567890H7oEmvK6fzmSq2AFx4Og8xsS8M3zLy3KQ==",
    "created_at": "2019-05-10T13:22:14.415Z"
  }
]
All 4 operations