List VASPs
Method
GET
Url
https://platform.globaltravelrule.com/api/vasp/list
This API is to get all available VASP on GTR.
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
- Schema
- Example
acceptEncryption=string&requiredVerifyFields=string&supportedFeatures=string&supportedVerifyFields=string&unhostedWallet=true
Request Body
No requset body
Responses
Status 200
OK
JSON Content
- Schema
- Example
{
"data": [
{
"vaspName": "string",
"registrationAuthorityCountry": "string",
"companyName": "string",
"name": "string",
"allianceName": "string",
"availability": 0,
"publicKey": "string",
"vaspCode": "string"
}
],
"verifyStatus": 0,
"verifyMessage": "string"
}