POST /api/verify/v2/register
Version: 3.0.0
Url
https://platform.globaltravelrule.com/api/verify/v2/register
register travel rule
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Optional)
- Schema
- Example
{
"requestId": "string",
"sourceVaspCode": "string",
"verifyType": 0
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"data": {
"requestId": "string",
"travelruleId": "string"
},
"verifyStatus": 0,
"success": true,
"verifyMessage": "string"
}