# Retrieve the details of the business relationship with a customer Returns the details of an existing business relationship with the customer with the specified in the request URL. Additionally, subscribe to the webhook event BUSINESS_FRONTING_RELATIONSHIP_STATUS_CHANGED to receive status updates about changes to the business relationship. Endpoint: GET /v1/businesses/{business_id}/fronting_loans_business_relationship Version: 1.0 ## Path parameters: - `business_id` (string, required) The ID of the business. ## Response 200 fields (application/json): - `business_id` (string, required) The ID of the business. Example: "880bbac68a34add190786b9c74f4c82fcbiz" - `status` (string, required) The status of the business relationship. Enum: "active", "closed", "blocked" - `created_at` (string, required) The date when the business relationship was created. Example: "2020-20-03T18:01:48.000Z" - `updated_at` (string, required) The date when the business relationship was last updated. Example: "2021-20-03T18:01:48.000Z" - `offboarded_at` (string,null) The date when the business was off-boarded. Example: "2022-20-03T18:01:48.000Z" - `status_reason` (string,null) Additional context about the reasons for a particular status. Example: "offboarded_by_partner" ## Response 403 fields (application/json): - `code` (string) Example: "unauthorized_action" - `detail` (string) Example: "Unauthorized action is not allowed." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `title` (string) Example: "Unauthorized Action" ## Response 404 fields (application/json): - `code` (string) Example: "model_not_found" - `detail` (string) Example: "Couldn't find 'Account' for id 'DE24112233445566'." - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `title` (string) Example: "Model Not Found"