> For the complete documentation index, see [llms.txt](https://integracao.gitbook.io/invoisys/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integracao.gitbook.io/invoisys/endpoints/outras-consultas/enumeradores/api-indicador-de-presenca.md).

# API - Indicador de Presença

## API - Indicador de Presença

<mark style="color:blue;">`GET`</mark> `https://sandbox-api.invoisys.com.br/api/enums/indicador_de_presenca`

Obtém uma lista de indicadores de presença

#### Headers

| Name          | Type   | Description                          |
| ------------- | ------ | ------------------------------------ |
| Content-type  | string | `application/x-www-form-urlencode​d` |
| Accept        | string | `application/js​on`                  |
| Authorization | string | `bearer <valor​>`                    |

{% tabs %}
{% tab title="200 " %}

```javascript

  {
    "key": 0,
    "value": "Não se aplica"
  },
  {
    "key": 1,
    "value": "Operação presencial"
  },
  {
    "key": 2,
    "value": "Operação não presencial, pela Internet"
  },
  {
    "key": 3,
    "value": "Operação não presencial, Teleatendimento"
  },
  {
    "key": 4,
    "value": "NFC-e em operação com entrega a domicílio"
  },
  {
    "key": 5,
    "value": "Operação presencial, fora do estabelecimento"
  },
  {
    "key": 9,
    "value": "Operação não presencial, outros"
  }
]
```

{% endtab %}
{% endtabs %}

## APIs Relacionadas 🎈

* [Envio da NF-e](/invoisys/endpoints/emissao-notas/nf-e/api-envio.md)
* [Envio Normal Híbrida da NFC-e](/invoisys/endpoints/emissao-notas/nfc-e-1/api-envio-normal-hibrido-da-nfc-e.md)
* [Envio Normal Completo da NFC-e](/invoisys/endpoints/emissao-notas/nfc-e-1/api-envio-normal-completo-da-nfc-e.md)
* [Envio Contingência Híbrida da NFC-e](/invoisys/endpoints/emissao-notas/nfc-e-1/api-envio-contingencia-hibrida-da-nfc-e.md)
* [Envio Contingência Híbrida da NFC-e](/invoisys/endpoints/emissao-notas/nfc-e-1/api-envio-contingencia-hibrida-da-nfc-e.md)
