Skip to main content
GET
/
obterDocumentos
Obter documentos da central
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/integracao/obterDocumentos \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "response": {
    "documentos": [
      {
        "nome": "CNH",
        "tipo": "ZG9jXzQz",
        "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

The response is of type object.