Skip to main content
GET
/
listarAreasAtuacaoEmpresa
Obter áreas de atuação
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/integracao/listarAreasAtuacaoEmpresa \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
[
  {
    "id": 38,
    "nome": "Área 1",
    "padrao": true
  },
  {
    "id": 41,
    "nome": "Área 2",
    "padrao": false
  }
]

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