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.
Was this page helpful?