v1
latestOpenAPI 3.0.02026-07-1410578280.2 KBSystem
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
Example request
{
"password": "xxxx",
"serveraddress": "https://index.docker.io/v1/",
"username": "hannibal"
}Response
An identity token was generated successfully.