v1

latestOpenAPI 3.0.12026-08-061638881007.6 KB
Compliance

Create a relationship with the travel rule provider

Pass-through proxy API to create a relationship with the travel rule provider (e.g., Notabene)

post/v1/domains/{domainId}/compliance/travel-rule/providers/{provider}/relationships

Path parameters

domainIdstring uuid required
provider'NOTABENE' required

Request body

fromstring did

The DID of the source entity. Defaults to the entityDID from the domain credentials.

tostring did required

The DID of the target entity.

Example request

{
  "from": "did:web:ripple.com:test:us",
  "to": "did:web:example.com:test:counterparty"
}

Response

Relationship created successfully