Retrieving Unhosted Wallet Verification Link
Upon receiving the Travel Rule webhook, use the quote_id to retrieve the verification link
Example Request
curl https://{{base_url}}/users/:userId/travel-rules
-X POST \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-type: application/json" \
-d '{
"quote_id": "e8d2ce3f-0c44-4cb4-8474-1ac8af91842a"
}'Endpoint Information
POST https://{{base_url}}/users/:user_id/travel-rules
Path Parameters
Name
Type
Description
user_id*
UUID
ID of the User
Request Body
Name
Type
Description
quote_id*
String
The quote_id retrieved from the Travel Rule webhook
{
"url": "https://sumsub.com/websdk/p/7JwtC0pb9mcqQsLb"
}Last updated