Get VASP by Entity ID
Method​
GET
Url​
https://platform.globaltravelrule.com/api/vasp/detail_by_entity_id
This API is to get all available VASP on GTR.
Authentication​
No authentication
Path Parameters​
No path parameters
Query Parameters​
- Schema
- Example
vaspEntityId=string
Request Body​
No requset body
Responses​
Status 200​
OK
JSON Content​
- Schema
- Example
{
"data": {
"vaspName": "string",
"supportedFeatures": [
{
"name": "string",
"id": "string",
"supported": true
}
],
"contactInfo": "string",
"companyName": "string",
"availability": 0,
"publicKey": "string",
"standardVersionInfo": {
"piiSpecInfo": {
"supportedPiiSpecInfo": [
{
"piiSpecVersion": "string"
}
]
},
"supportedVerifyFields": [
{
"name": "string",
"id": "string"
}
],
"algorithmInfo": {
"supportedSecretAlgorithm": [
{
"algorithmType": "string",
"publicKeyInfo": {
"publicKey": "-----BEGIN CERTIFICATE-----\nMIICWTCCAcKgAwIBAgIGAZhU1vxRMA0GCSqGSIb3DQEBCwUAMHAxFDASBgNVBAMMC2V4YW1wbGUuY29tMQswCQYDVQQGEwJERTEVMBMGA1UECwwMRXhhbXBsZSBVbml0MRAwDgYDVQQHDAdNdW5jaGVuMSIwIAYJKoZIhvcNAQkBFhNleGFtcGxlQGV4YW1wbGUuY29tMB4XDTI1MDcyOTA2MjAzMloXDTI2MDcyOTA2MjAzMlowcDEUMBIGA1UEAwwLZXhhbXBsZS5jb20xCzAJBgNVBAYTAkRFMRUwEwYDVQQLDAxFeGFtcGxlIFVuaXQxEDAOBgNVBAcMB011bmNoZW4xIjAgBgkqhkiG9w0BCQEWE2V4YW1wbGVAZXhhbXBsZS5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAJAJdoVJITU/7c/zGKjbf3XRSxPpAK26XBUuy/trgNwjpjWS5PXn0zq8i6/gL1cg0dtHpIrBdS0aAwRpoOTrjmWf7apQtAsbPplECvLeo6QCbs8QeDX6x/ZmdhiVeK7WO/pjGUObjAsPgG3a4tVvce8tmO93p77zP3jZqCWcL6UnAgMBAAEwDQYJKoZIhvcNAQELBQADgYEARA6Sm03z+YqSbSEzjm7HhesF9bViE0B/hNWZ7LW/3YovIlvebesgNxZVPx9dSxm+8WD0gjK+6GR9PM82RYRQSClob5wLWpO/unpewbxDPPklckr4uskd33b8ruWDVtMsLmMTk7EjhYn620f2HwBd3IvdHvLWV9sojpzMz4YCMbg=\n-----END CERTIFICATE-----"
}
}
],
"supportedPiiSecretFormatType": [
"string"
]
},
"requiredPiiFieldsAsBeneficiary": [
{
"name": "string",
"id": "string",
"direction": "string"
}
]
},
"standardVersionSupportedVerifyFields": [
{
"name": "string",
"id": "string"
}
],
"standardVersionRequiredPiiFields": [
{
"name": "string",
"id": "string",
"direction": "string"
}
],
"registrationAuthorityCountry": "string",
"allianceName": "string",
"vaspCode": "string",
"isHiddenEntity": true
},
"verifyStatus": 0,
"verifyMessage": "string"
}