cURL
curl --request GET \ --url https://rest.runpod.io/v1/containerregistryauth/{containerRegistryAuthId} \ --header 'Authorization: Bearer <token>'
{ "id": "clzdaifot0001l90809257ynb", "name": "my creds" }
Returns a single container registry auth.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of container registry auth to return.
Successful operation.
The response is of type object.
object
Was this page helpful?