Skip to main content
GET
/
posicaoCondutor
Obter posição do entregador
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/integracao/posicaoCondutor \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "response": {
    "lat_condutor": "-51.0676",
    "lng_condutor": "-78.3142"
  }
}

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

id_mch
integer
required

Número da O.S

Response

Sucesso

The response is of type object.