POST
/
v1
/
webhooks
/
unico
curl --request POST \
  --url https://api.base39.io/v1/webhooks/unico \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "eventDate": "“2023-04-19T13:10:00.0000000Z”",
  "event": "“update_process”",
  "data": {
    "id": "f4dd6bc9-74d3-4dba-8deb-eb09ad4ea704",
    "status": 3,
    "score": 14
  }
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Receber evento unico

eventDate
string

Data e hora do evento

Example:

"“2023-04-19T13:10:00.0000000Z”"

event
string

Nome do evento

Example:

"“update_process”"

data
object

Dados do evento

Response

200

Retorna o id da fila