Webhooks
Recuperar detalhes de webhook
GET
/
v1
/
webhooks
/
{id}
Authorizations
X-Client-Id
string
headerrequiredX-Api-Key
string
headerrequiredPath Parameters
id
string
requiredid do webhook que deseja recuperar
Response
200 - application/json
id
string
identificador do webhook
createdAt
string
data de criação
clientId
string
identificador do client
event
string
Tipo do evento que deseja receber notificações no seu webhook
endpoint
string
URL do seu sistema que deverá receber as notificações de evento
version
number
default: 1.1Versão da api da Malga que seu webhook implementa
publicKey
string
Chave pública ed25519
status
boolean
default: trueIdentifica se o webhooks está ativo ou não para receber notificações de evento da Malga
Was this page helpful?