Skip to main content
cURL

Authorizations

x-api-key
string
header
required

Query Parameters

accounts_linked
boolean

Whether to include linked accounts in the response

Body

application/json

Session authentication information

account
object
required

The account to authenticate. See Account Object for more information.

session_id
string
required

The ID of the session to authenticate

Response

Session authentication response

project_id
string

The ID of the project

session_id
string

The ID of the session

account_id
string

The ID of the account

request_id
string

The ID of the request

decision
string

Decision about the authenticity (Real/Fake)

account_score
number<float>

Overall account risk score

bot
number<float>

Bot detection score

multiple_accounts
number<float>

Multiple accounts detection score

risk_signals
number<float>

Risk signals score

accounts_linked
integer

Number of accounts linked to this account

lists
string[]

Lists the account belongs to

session
object
account
object
linked_accounts
object[]

List of accounts linked to the authenticated account (only included when accounts_linked=true)