Skip to main content
GET
/
obterLinkRastreio
/
{id}
Obter link de rastreio dos pedidos
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/integracao/obterLinkRastreio/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "response": {
    "link": "https://rastreio.taximachine.com.br/rastreio/XXXXX"
  }
}

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.

Path Parameters

id
integer
required

ID da solicitação.

Response

200 - application/json

Sucesso

The response is of type object.