POST
/
v1
/
webhooks
/
kobana
curl --request POST \
  --url https://api.base39.io/v1/webhooks/kobana \
  --header 'Content-Type: application/json' \
  --data '{
  "event_code": "bank_billet.paid",
  "object": {
    "id": 123,
    "paid_at": "2023-12-25",
    "paid_amount": 123
  }
}'

Authorizations

x-api-key
string
query
required

Query Parameters

x-api-key
string
required

chave para autenticação via queryString

Body

application/json

Receber evento kobana

event_code
enum<string>
required

Código do evento que originou a notificação.

Available options:
bank_billet.paid,
bank_billet.canceled,
bank_billet.deleted,
bank_billet.register.failed
object
object
required

Informações do recurso relativo ao evento.

Response

200

Retorna o id da fila