Fetch a favorite transfer by ID
GET/api/v1/transfer-favorites/:id
Retrieves a specific favorite transfer configuration by its ID for the authenticated user. This allows users to access their saved transfer details for quick reuse in transactions.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Favorite transfer retrieved successfully.
Invalid request parameters
Unauthorized access
Forbidden: You do not have permission to access this resource
Resource not found
Internal server error