Skip to content

AuthController_login

POST
/admin/v1/auth/login
curl --request POST \
--url https://your-store.example.com/admin/v1/auth/login \
--header 'Content-Type: application/json' \
--data '{ "email": "example", "password": "example" }'
Media type application/json
object
email
required
string
password
required
string
>= 1 characters <= 1024 characters
Example generated
{
"email": "example",
"password": "example"
}