id).GET/api/user/webhook/{id}application/jsonapi_token| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
x-api-key | string | Sim | Token de autenticação API Key |
User-Agent | AtivoB2B/1.0 | Sim |
id — Identificador único do webhookcurl --location --request GET '/api/user/webhook/e653ca6c-479c-4aab-8935-6f542e97ead0' \
--header 'x-api-key: {Token}' \
--header 'User-Agent: AtivoB2B/1.0'{
"status": 200,
"message": "Webhook listado com sucesso",
"data": {
"id": "000000000-0000-0000-00000-000000000000000",
"gatewayId": "0000000-0000-0000-0000-00000000000",
"sellerId": "000000000-0000-0000-0000-0000000-0000",
"url": "http://webhook.com",
"type": "TRANSACTION",
"createdAt": "2025-04-08T17:10:31.700Z",
"updatedAt": "2025-04-15T19:17:58.651Z"
},
"error": null
}