# Nexus confirmation

Source: https://developer.avalara.com/account-provisioning/nid0782703416355/

# Nexus confirmation

**Element type:** Required

**Endpoints/models used:** [ListNexusByCompany](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Nexus/ListNexusByCompany/)

Nexus indicates a place where a company is legally obligated to collect and pay transactional taxes. When new accounts are provisioned, users must receive a message confirming the Nexus settings for the `companyId` provided in the request. The response returned by the [ListNexusByCompany](https://developer.avalara.com/api-reference/avatax/rest/v2/methods/Nexus/ListNexusByCompany/) endpoint provides this messaging.

## Example request

```
curl -X 'GET' \
  'https://sandbox-rest.avatax.com/api/v2/companies/2757549/nexus' \
  -H 'accept: application/json' \
  -H 'X-Avalara-Client: Swagger UI; 23.3.0; Custom; 1.0' \
  -H 'authorization: Basic YW5nZWxhLmJhcnR6QGF2YWxhcmE
```