Check auth configuration
/v1.33
/v1.33
/v1.33
/v1.33
POST
/auth
System
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1.33/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "xxxx",
"serveraddress": "https://index.docker.io/v1/",
"username": "hannibal"
}'
Response Response Example
200 - response
{
"IdentityToken": "9cbaf023786cd7...",
"Status": "Login Succeeded"
}
Request
Body Params application/json
Responses
Modified at 2022-09-10 17:56:06