{ "opencollection": "1.0.0", "info": { "name": "Docker HUB access-tokens authentication-api API", "version": "2-beta" }, "items": [ { "info": { "name": "authentication-api", "type": "folder" }, "items": [ { "info": { "name": "Create an authentication token", "type": "http" }, "http": { "method": "POST", "url": "https://hub.docker.com/v2/users/login", "body": { "type": "json", "data": "{}" } }, "docs": "Creates and returns a bearer token in JWT format that you can use to authenticate with Docker Hub APIs.\n\nThe returned token is used in the HTTP Authorization header like `Authorization: Bearer {TOKEN}`.\n\n_**As of September 16, 2024, this route requires a personal access token (PAT) instead of a password if your organization has SSO enforced.**_\n\n
\n Deprecated: Use [