---
title: "Get a Talent 1099 Company"
method: GET
path: "/v1/talent/{talentId}/1099company"
tags: ["Talent"]
---

# Get a Talent 1099 Company

`GET /v1/talent/{talentId}/1099company`

Returns details about the 1099 company talent record.

## Path parameters

- `talentId` string, required

## Headers

- `RequestId` string, uuid — The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
- `FrontOfficeTenantId` integer
- `Tenant` string

## Response `200`

The talent's 1099 company details.

- Talent1099Company
  - `id` integer — The talent's ID.
  - `companyName` string — The talent's company name.
  - `address1` string — The talent's company address, line 1.
  - `address2` string — The talent's company address, line 2.
  - `city` string — The talent's company city.
  - `state` string — The talent's company state.
  - `zipCode` string — The talent's company zip/postal code.
  - `ein` string — The talent's EIN.
  - `phoneNumber` string — The talent's company phone number.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not found
- `405` — Unsupported method
- `406` — Unsupported format(s) indicated by Accept header
- `415` — Unsupported format(s) indicated by the Content-Type header
- `429` — Too many requests
- `500` — An unexpected error occurred
- `502` — Service Unavailable
- `504` — Gateway Timeout

---

[API](https://skmtc.net/avionte/apis/aviont-partner-authorization-api.md) · [All operations](https://skmtc.net/avionte/apis/aviont-partner-authorization-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avionte/aviont-partner-authorization-api/revisions/846b33e4e71b/schema)
