Skip to main content
POST
Validate OTP

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Encoding
string

We can compress a response with gzip.

Example:

"gzip deflate"

API-Version
string

API API Version. See Versioning page for more details.

Example:

"2024-07-01"

Path Parameters

id
integer
required

An userId.

Example:

1

Body

application/json
code
string
required

OTP code

Required string length: 4 - 8
Example:

"1234"

Response

Returns next step

step
enum<string>
required

Indicates which auth request should be next. /equifax/auth/validate_otp from example

Available options:
consent,
validate_otp,
identity
Example:

"validate_otp"