Get customer integration by ID
Retrieves detailed information about a specific customer integration.
GET
TypeScript
Path Parameters
Customer unique identifier
Customer integration unique identifier
Response
Customer integration 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
Create customer integrationCreates a new TRSupport integration for a customer. This establishes a connection placeholder between a customer and a Travel Rule partner. Use the connect endpoint to provide credentials after creation. You may optionally supply `customerIntegrationId` in the request body when your tenant is enabled for client-provided integration ids.
Next
TypeScript