latestOpenAPI 3.1.02026-08-23100133183.1 KB

0d66c7340876

Serverless Containers

Get all registry credentials

get/v1/container-registry-credentials

Response

A list of registry credentials

namestring required

The name given to the registry credential

created_atstring required

The date when the registry credential was created

Example response

[
  {
    "name": "dockerhub-credentials",
    "created_at": "2020-08-12T12:00:00.000Z"
  }
]