auth
Authenticate
Access policy: public Use this environment(endpoint) to authenticate against Portainer using a username and password.
post/auth
Request body
Example request
{
"Password": "mypassword",
"Username": "admin"
}Response
Success
Example response
{
"jwt": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijklmnopqrstuvwxyzAB"
}