---
title: "Get Customer Info"
method: GET
path: "/api/slack/customer-info"
tags: ["Slack"]
---

# Get Customer Info

`GET /api/slack/customer-info`

## Query parameters

- `app_id` string, required
- `team_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2023-11-08** `dbd91277da05` — 3 breaking, 1 warning, 1 info
  - the response's body type changed from `object` to no type for status `200`
  - removed the required property `message` from the response with the `200` status
  - removed the required property `message_code` from the response with the `200` status
  - removed the optional property `data` from the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/changes/api/slack/customer-info/get.md)

---

[API](https://skmtc.dev/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc.dev/chat-fly/apis/chatfly-backend-application/revisions/ac1f1ab68fcb?raw)
