Skip to main content
POST

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
device_ip
string
required

User's IP address

Minimum string length: 7
Example:

"793.345.234.0"

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"