cURL
curl --request GET \ --url https://rest.runpod.io/v1/containerregistryauth \ --header 'Authorization: Bearer <token>'
[ { "id": "clzdaifot0001l90809257ynb", "name": "my creds" } ]
Returns a list of container registry auths.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation.
A unique string identifying a container registry authentication.
"clzdaifot0001l90809257ynb"
A user-defined name for a container registry authentication. The name must be unique.
"my creds"
Was this page helpful?