Get customer integrations
Retrieves all TRSupport integrations for a specific customer. Returns a list of partner integrations configured for Travel Rule compliance.
GET
TypeScript
Path Parameters
Customer unique identifier
Response
Customer integrations retrieved successfully
Customer integration unique identifier
Example:
"123e4567-e89b-12d3-a456-426614174000"
Timestamp when the integration was created (ISO 8601 format)
Example:
"2025-01-20T10:30:00.000Z"
Timestamp when the integration was last updated (ISO 8601 format)
Example:
"2025-01-24T08:45:00.000Z"
API key for partner integration (censored for security)
Example:
"fb_***************"
Secret for partner integration (censored for security)
Example:
"***"
Previous
Get customer integration by IDRetrieves detailed information about a specific customer integration.
Next
TypeScript