Skip to main content
POST
/
transactions
/
users
/
{id}
/
trust
Adjust trust level
curl --request POST \
  --url https://api.txcloud.io/v1/transactions/users/{id}/trust \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "adjustment": "<string>",
  "reason": "<string>"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/json
adjustment
string
reason
string

Response

200

Trust adjusted