Get Public Keys

Get Public Keys
Request
URI
GET
https://ip-42.net-99.vm.sof-mbu.broadcom.net/vco/api/content-repositories/public-keys
COPY
Query Parameters
integer
keysize
Optional

keysize


Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "id": "string",
        "publicKey": "string",
        "keysize": 0,
        "keyAlgorithm": "string"
    }
]
array of object
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/vco/api/content-repositories/public-keys