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

Documentation Index

Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-remove-flash-beta-notification.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Response

Successful operation.

id
string

A unique string identifying a container registry authentication.

Example:

"clzdaifot0001l90809257ynb"

name
string

A user-defined name for a container registry authentication. The name must be unique.

Example:

"my creds"