Send TOTP code
Forward a TOTP (2FA, MFA) email or sms message containing the code to Skyvern. This endpoint stores the code in database so that Skyvern can use it while running tasks/workflows.
Headers
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Request body
Example request
{
"totp_identifier": "john.doe@example.com",
"task_id": "task_123456",
"workflow_id": "wpid_123456",
"workflow_run_id": "wr_123456",
"source": "email",
"content": "Hello, your verification code is 123456",
"expired_at": "2025-01-01T00:00:00Z"
}Response
Successful Response
Example response
{
"totp_identifier": "john.doe@example.com",
"task_id": "task_123456",
"workflow_id": "wpid_123456",
"workflow_run_id": "wr_123456",
"source": "email",
"content": "Hello, your verification code is 123456",
"expired_at": "2025-01-01T00:00:00Z"
}Changes
Changed in 5 of the 86 revisions of this API.1721
- ○
request property
deprecatedrequest-property-deprecated
- ○
response property
typedeprecatedresponse-property-deprecated
- ○
- ▲
removed the success response with the status
response-success-status-removed
- ▲
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the success response with the status
response-success-status-added
- ○
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
the request property
became not nullablerequest-property-became-not-nullable
- ▲
removed the enum value
magic_linkof the request propertyrequest-property-enum-value-removed
- ▲
removed the enum value
totpof the request propertyrequest-property-enum-value-removed
- ▲
the
request property type changed fromstringto no typerequest-property-type-changed
- ▲
response property
expired_atlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
sourcelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
task_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
workflow_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
workflow_run_idlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
the
response's property type changed fromstringto no type for statusresponse-property-type-changed
- ▲
the
response's property type changed fromstringto no type for statusresponse-property-type-changed
- ○
headerrequest parameterx-api-keylist-of-types was widened by adding typesnullrequest-parameter-list-of-types-widened
- ○
for the
headerrequest parameterx-api-key, the type was generalized fromstringto no typerequest-parameter-type-generalized
- ○
added
subschema #2to therequest propertyanyOflistrequest-property-any-of-added
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
list-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added
subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
added
subschema #2to theresponse propertyanyOflist for the response statusresponse-property-any-of-added
- ○
removed the
magic_linkenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
magic_linkenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
totpenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
totpenum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○