Skip to content

Get ECR login credentials

GET
/api/v3/organizations/{organisation}/applications/ecr-login
curl --request GET \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/applications/ecr-login \
--header 'Authorization: Bearer <token>'
organisation
required
string

The organisation ID

The ECR login credentials

Media typeapplication/json
object
username
string
password
string
expiresAt
string
endpoint
string
Examplegenerated
{
"username": "example",
"password": "example",
"expiresAt": "example",
"endpoint": "example"
}