---
title: "Get business information"
method: GET
path: "/agent_config/business_info"
tags: ["Business Agent - Knowledge - Business Info"]
---

# Get business information

`GET /agent_config/business_info`

Retrieve the current business information for the specified entity. Returns empty/default values if none has been configured.

## Headers

- `X-API-Version` '2.0.0'

## Response `200`

The current business information for the entity

- KnowledgeBiBizAIOmniChannelKnowledgeBusinessInfoResponse — The business information configured for an entity
  - `business_description` string
  - `contact_info` KnowledgeBiBizAIOmniChannelKnowledgeContactInfo — Contact and location details for the business. Null if not configured
    - `address` string
    - `email` string
    - `hours_of_operation` string
  - `delivery_and_shipping` string
  - `payment_method` string
  - `purchase_info` string
  - `return_policy` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `429` — Too many requests
- `500` — Server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
