v1
latestOpenAPI 3.1.02026-07-172660204.4 KBLogin
Login Totp
Complete login with TOTP passcode after password auth.
post/api/v1/login/totp
Headers
X-Openstack-Request-Idstring
Request body
Example request
{
"domain": "default",
"passcode": "123456",
"receipt": "receipt-token-from-first-step",
"region": "RegionOne",
"username": "admin"
}Response
OK