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
Example response
[
{
"id": "817c4bb4-8a58-4c37-9a3c-5ccb2bde74d8",
"type": "public",
"value": "MFkwEwYHKoZIzj0CAQY12345678901234567890H7oEmvK6fzmSq2AFx4Og8xsS8M3zLy3KQ==",
"created_at": "2019-05-10T13:22:14.415Z"
}
]