---
title: "Retrieve the details of the business relationship with a customer"
method: GET
path: "/v1/businesses/{business_id}/fronting_loans_business_relationship"
tags: ["Business fronting"]
---

# Retrieve the details of the business relationship with a customer

`GET /v1/businesses/{business_id}/fronting_loans_business_relationship`

Returns the details of an existing business relationship with the customer with the `business_id` 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.

## Path parameters

- `business_id` string, required

## Response `200`

Business relationship

- FrontingLoansWebBusinessGetRelationshipResponse
  - `business_id` string, required — The ID of the business.
  - `created_at` string, datetime, required — The date when the business relationship was created.
  - `offboarded_at` string, datetime, nullable — The date when the business was off-boarded.
  - `status` 'active' | 'closed' | 'blocked', required — The status of the business relationship.
  - `status_reason` string, nullable — Additional context about the reasons for a particular status.
  - `updated_at` string, datetime, required — The date when the business relationship was last updated.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/solarisgroup/apis/fronting.md) · [All operations](https://skmtc.net/solarisgroup/apis/fronting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/fronting/revisions/7fb31ddc103c/schema)
