---
title: "Get Brand Provider Profile"
method: GET
path: "/brand/provider_profile"
---

# Get Brand Provider Profile

`GET /brand/provider_profile`

## Response `200`

Successful Response

- BrandFacingProviderProfile
  - `provider_id` integer, required
  - `provider_name` string, required
  - `virtual` boolean
  - `self_fulfillment_default` boolean
  - `logo_url` string, nullable
  - `description` string, nullable
  - `website` string, nullable
  - `map_url` string, nullable
  - `shipping_location` ProviderLocation
    - `name` string, required
    - `email` string, required
    - `phone` string, required
    - `company_name` string, required
    - `address1` string, required
    - `address2` string, nullable
    - `city` string, required
    - `province` string, required
    - `postal_code` string, required
    - `country` string, required

---

[API](https://skmtc.net/datesnrates/apis/fastapi.md) · [All operations](https://skmtc.net/datesnrates/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datesnrates/fastapi/revisions/43f2d92fc888/schema)
