v1

latestOpenAPI 3.1.02026-07-172660204.4 KB
Login

Login Totp

Complete login with TOTP passcode after password auth.

post/api/v1/login/totp

Headers

X-Openstack-Request-Idstring

Request body

regionstring nullable

Credential identity service region

domainstring nullable

Credential user domain

usernamestring required

Credential username

passcodestring required

TOTP passcode

receiptstring required

Keystone receipt from first auth step

Example request

{
  "domain": "default",
  "passcode": "123456",
  "receipt": "receipt-token-from-first-step",
  "region": "RegionOne",
  "username": "admin"
}

Response

OK

keystone_tokenstring required

Keystone token

regionstring required

User region

expinteger required

Token expiration time

uuidstring required

UUID

keystone_token_expstring required

Keystone token expiration time

base_domainsstring[] nullable

User base domains

endpointsobject nullable

Keystone endpoints

projectsobject nullable

User projects

default_project_idstring nullable

User default project ID

versionstring required

Version

regionsstring[] nullable

Available regions for the user