Skip to main content

Verify a token

POST 

/mfa/:mfa_request_id/verify

Token verification is performed by sending a POST request to the below endpoint. If the token is not valid, it will return a false value in the success attribute of the JSON response. When max_attempts are reached, or valid_for has expired, or the token has already been validated, the endpoint will return a 404 Not Found HTTP code.

Permissions

The API token used to authenticate must have one of the following scopes enabled to make a successful request: Voice or Messaging or Fax. Learn more about API scopes.

Request

Responses

OK