Skip to main content
GET
/
configuracoes
/
categorias
Listar categorias
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/v2/integracao/configuracoes/categorias \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": "71",
      "nome": "Comum"
    },
    {
      "id": "162",
      "nome": "15 Reais"
    }
  ]
}

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.

Query Parameters

lat
number

Obrigatório se lng for informado

lng
number

Obrigatório se lat for informado

endereco
string

Obrigatório se lat/lng não forem informados

bairro
string

Obrigatório se lat/lng não forem informados

cidade
string

Obrigatório se lat/lng não forem informados

estado
string

Não obrigatório

Response

200 - application/json

Sucesso