Webhooks
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Corpo
access_request_webhook_idstringOpcional
Respostas
200
Atualizado
application/json
access_request_webhook_idstringOpcional
404
New order was not found
application/json
422
A validation error was thrown
application/json
500
An internal server error was thrown
application/json
put/portals/access-requests/webhooks
PUT /api/b2b/portals/access-requests/webhooks HTTP/1.1
Host: api.zydon.com.br
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"access_request_webhook_id": "text"
}{
"access_request_webhook_id": "text"
}