GET
/
containerregistryauth
curl --request GET \
  --url https://rest.runpod.io/v1/containerregistryauth \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "clzdaifot0001l90809257ynb",
    "name": "my creds"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Successful operation.

The response is of type object[].