Skip to main content
POST
/
device
/
otp
/
generate
{
  "otp": "123456",
  "expires_at": "2022-01-01T00:00:00Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The body is of type unknown.

Response

200 - application/json

OK

otp
string

The generated one-time password.

Example:

"123456"

expires_at
string

The expiration time of the one-time password.

Example:

"2022-01-01T00:00:00Z"