tyntec 2FA Authentication API

Programmatic two-factor authentication and one-time passwords. Send an OTP to a recipient number (POST /otp), validate the code the user enters (POST /otp/{otp-id}/validate returning VERIFIED, EXPIRED, WRONG_CODE, or TOO_MANY_ATTEMPTS), and read, list, or delete OTP records.

API entry from apis.yml

apis.yml Raw ↑
aid: tyntec:tyntec-2fa-authentication-api
name: tyntec 2FA Authentication API
tags:
- Two-Factor Authentication
- OTP
- Number Verification
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://api.tyntec.com/reference/otp-authentication/current.html
baseURL: https://api.tyntec.com/2fa/v4
properties:
- url: https://www.tyntec.com/helpcenter/docs/
  type: Documentation
- url: https://api.tyntec.com/reference/otp-authentication/current.html
  type: APIReference
- url: https://github.com/tyntec/api-collection/tree/master/otp-authentication
  type: SourceCode
description: Programmatic two-factor authentication and one-time passwords. Send an OTP to a recipient
  number (POST /otp), validate the code the user enters (POST /otp/{otp-id}/validate returning VERIFIED,
  EXPIRED, WRONG_CODE, or TOO_MANY_ATTEMPTS), and read, list, or delete OTP records.