Skip to main content
GET
/
transactions
/
users
/
{id}
/
profile
Get user risk profile
curl --request GET \
  --url https://api.txcloud.io/v1/transactions/users/{id}/profile \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "<string>",
  "trust_level": "<string>",
  "trust_score": 123,
  "statistics": {},
  "patterns": {},
  "risk_factors": {},
  "known_recipients": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

User profile

user_id
string
trust_level
string
trust_score
integer
statistics
object
patterns
object
risk_factors
object
known_recipients
object[]