Skip to main content
PUT
/
v1
/
organizations
/
integrations
/
dfns
Setup Dfns integration.
curl --request PUT \
  --url https://sandbox-api.borderless.xyz/v1/organizations/integrations/dfns \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "dfnsAppId": "ap-66rrf-kcjqj-8ppri8f3aa4h6opn",
  "dfnsAuthToken": "eyJ1eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9..."
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
dfnsAppId
string
required

The Dfns application ID. Learn more about configuration at Dfns Configuration Guide.

Required string length: 31 - 50
Example:

"ap-66rrf-kcjqj-8ppri8f3aa4h6opn"

dfnsAuthToken
string
required

The Dfns authentication token. Learn more about configuration at Dfns Configuration Guide.

Required string length: 256 - 1024
Example:

"eyJ1eXAiOiJKV1QiLCJhbGciOiJFZERTQSJ9..."

Response

202

Organization Dfns integration data