# Get info on Address

`GET /addr.info`

## Description

Get information about a chat address, which is the name for any entity that
may participate in a chat, such as a user, visitor, or bot.

**Access:** Organization only.

**Required scope:** `chat:read`

---

**OpenAPI Spec:** [chat.json](https://developer.ro.am/chat.json)

## Authentication

```
Authorization: Bearer YOUR_API_KEY
```

## Parameters

| Name | In | Type | Required | Description |
|------|-----|------|----------|-------------|
| `addr` | query | TaggedUUID | No | The chat address to fetch information for. |

## Responses

### 200 - Info retrieved successfully


### 400 - Bad request.

### 401 - Presented invalid authentication credentials.

### 405 - An unsupported method was requested.

### 500 - An internal error occured.

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/chat-api/addr-info*
