Skip to main content
GET
/
configuracoes
/
tipos-documento
Listar tipos de documento
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/v2/integracao/configuracoes/tipos-documento \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": {
    "documentos": [
      {
        "nome": "CNH (Carteira Nacional de Habilitação)",
        "tipo": "ZG9jXzQ0Mg",
        "ativo": true
      }
    ],
    "quantidade_documentos": 1
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

api-key
string
header
required

Obrigatório. Sua chave API.

Response

200 - application/json

Sucesso