# Retrieve an issuer by ID

Source: https://developer.avalara.com/products/avalara-1099-and-w9/integration-guides/1099-and-w-9/gjz4709662576094/

Guide: 1099 & W-9

# Retrieve an issuer by ID

Learn how to retrieve detailed information about a specific issuer using their ID.

**Endpoint**: `GET /1099/issuers/{id}`

**Use case**:

Used when retrieving full details of a specific issuer (for example, before editing or validating their metadata).

**Sample response**

```
{
    "id": "141111361",
    "createdAt": "2025-08-29T11:42:21.099640",
    "updatedAt": "2025-08-29T11:42:21.099670",
    "name": "ACME Corp",
    "dbaName": "",
    "tin": "123-00-0000",
    "referenceId": "ACME-2025-001",
    "telephone": "415-555-0101",
    "taxYear": 2024,
    "countryCode": "US",
    "email": "taxadmin@acmecorp.com",
    "address": "123 Innovation Drive",
    "city": "San Francisco",
    "state": "CA",
    "zip": "94105",
    "foreignProvince": null,
    "transferAgentName": null,
    "lastFiling": false
}
```