Originator/Beneficiary entry points
Overview
OpenVasp specification v.3.2.1
Metadata
| Key | Value |
|---|---|
| types | Vasp |
| status | alpha |
- Productionhttps://trp.travel-rule.com/auth/token
- Dev areahttps://trp-stg.travel-rule.com/auth/token
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://trp.travel-rule.com/auth/token \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
application/json
{ "accessToken": "eyJhbGciOiJFZERTQSJ9....", "expiresIn": 3600, "expiresAt": "2025-11-21T17:04:59.000Z", "tokenType": "Bearer" }