Add jsonDidKey to VASP details

PUT {{baseUrl}}/screening/travel_rule/vasp/update

Update VASP Details.

Updates a VASP with the provided parameters. Use this endpoint to add your public jsonDIDkey generated by Notabene.

Note: The reference content in this section documents the Travel Rule beta endpoint. The beta endpoint includes APIs that are currently in preview and aren't yet generally available.

To enroll in the beta and enable this endpoint, contact your Fireblocks Customer Success Manager or send an email to CSM@fireblocks.com.

Request Body

{"did"=>"<string>", "pii_didkey"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Idempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;did&quot;:&quot;\u003cstring\u003e&quot;,&quot;pii_didkey&quot;:&quot;\u003cstring\u003e&quot;}