Skip to main content
GET
/
engajamento
Listar webhooks de engajamento
curl --request GET \
  --url https://api-vendas.taximachine.com.br/api/v2/integracao/engajamento \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'api-key: <api-key>'
{
  "success": true,
  "data": {
    "data": {
      "webhooks": [
        {
          "id": 20,
          "headers": null,
          "url": "https://webhook-teste.exemplo.com/engajamento-v2",
          "bandeiras": []
        }
      ],
      "bandeiras_sem_webhook": [
        {
          "id": 8,
          "nome": "Cooperativa Exemplo"
        },
        {
          "id": 913,
          "nome": "Bandeira Exemplo"
        },
        {
          "id": 921,
          "nome": "Cooperativa Filial"
        }
      ]
    }
  }
}

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