Nexus

Nexus APIs

POST /v1/me/verify-enrollment-otp

Endpoint used to verify enrollment to an OTP(one-time-password) MFA factor

Request body
Request payload
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Example
{
  "oob": "string",
  "otp": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable The access token used
oob string nullable The oob code entered by the user
otp string nullable The otp code entered by the user
Responses
200
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Example
{
  "scope": "string",
  "expiresIn": 0,
  "tokenType": "string",
  "accessToken": "string"
}
Schema
Name Type Attributes Description Extensions
accessToken string nullable Access token as a JWT
expiresIn integer (int32) When the token expires in seconds
scope string nullable Scopes this token is for
tokenType string nullable
Security

Authentication is required for this operation.

Source: default

Requirements (any one option may satisfy)

  • Bearer and ApplicationToken
  • Basic