Skip to main content

GET /api/vasp/list

Version: 3.0.0

Url

https://platform.globaltravelrule.com/api/vasp/list

This API is to get all available VASP on GTR.

Authentication

bearerAuth(http)

Scheme: bearer

Bearer Format: JWT

Path Parameters

No path parameters

Query Parameters

No query parameters

Request Body

No requset body

Responses

Status 200

Get VASP list success.

JSON Content

PropertyTypeDescription
data
Array<Object>
vasp info list.
PropertyTypeDescription
[*].allianceName
String
the alliance belongs to
[*].companyName
String
Company name.
[*].publicKey
String
VASP publickey.
[*].registrationAuthorityCountry
String
registration authority country
[*].vaspCode
String
VASP unique code.
[*].vaspName
String
VASP name.
success
Boolean
Request is success or not
verifyMessage
String
See VerifyStatusEnum
verifyStatus
Integer
Copyright (C) 2025 Global Travel Rule. All Rights Reserved
General
Developer