Complete a specific verification transaction.

Complete a specific verification transaction that is associated with an authenticator registration.

This request fulfills a second factor authentication challenge from the associated authenticator registration.

NB: When the query parameter 'returnJwt' is included and set to 'true', the response will change from a 204 with no content to a 200 with a JSON body. This body will contain an assertion in the form of a JWT, which serves as cryptographic proof of the factor performed. The format of the response body is:
{
    "assertion": "ey..."
}

Entitlements:
- verifyAuthenticator (Use IBM Verify)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Path Params
string
required

The authenticator registration identifier.

string
required

The verification transaction identifier.

Query Params
boolean

If included and set to 'true', a JWT will be included in the verification response.

Body Params

A JSON payload that specifies the verification data.

Responses
204

The verification completed successfully.

Language
URL
LoadingLoading

Response
Choose an example:
application/json