Obtain an access token from the organization's configured Travel Rule provider using stored credentials. The returned token can be used for subsequent travel rule operations, though Validate transaction for travel rule — POST /api/v1/travel-rule/validate handles authentication automatically.
| Field | Type | Description |
|---|---|---|
accessToken | string | Bearer token for the Travel Rule provider API |
expiresIn | number | Token lifetime in seconds |
expiresAt | string | Absolute expiration timestamp (ISO 8601) |
tokenType | string | Token type (typically Bearer) |
transactions:create
Obtain an access token from the organization's configured Travel Rule provider using stored credentials. The returned token can be used for subsequent travel rule operations, though Validate transaction for travel rule — POST /api/v1/travel-rule/validate handles authentication automatically.
| Field | Type | Description |
|---|---|---|
accessToken | string | Bearer token for the Travel Rule provider API |
expiresIn | number | Token lifetime in seconds |
expiresAt | string | Absolute expiration timestamp (ISO 8601) |
tokenType | string | Token type (typically Bearer) |
transactions:create