v1

latestOpenAPI 3.0.02026-07-1410578280.2 KB
System

Check auth configuration

Validate credentials for a registry and, if available, get an identity token for accessing the registry without password.

post/auth

Request body

emailstring
passwordstring
serveraddressstring
usernamestring

Example request

{
  "password": "xxxx",
  "serveraddress": "https://index.docker.io/v1/",
  "username": "hannibal"
}

Response

An identity token was generated successfully.

IdentityTokenstring

An opaque token used to authenticate a user after a successful login

Statusstring required

The status of the authentication