Current API Session
MFA
Create an MFA TOTP token that proves TOTP code checking has passed as a specific time for posture checks.
Creates a TOTP token that proves TOTP validation occurred at a specific time. Used in posture response for posture checks.
post/current-api-session/totp-token
Request body
Response
A TOTP token create response, contains a token used to satisfy posture checks
Example response
{
"data": {
"issuedAt": "2000-01-23T04:56:07.000+00:00",
"token": "token"
},
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}