Skip to main content
POST
/
api
/
v1
/
webhook
/
firma
Webhook Firma
curl --request POST \
  --url https://api.hevn.finance/api/v1/webhook/firma \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

x-api-key
string | null

Response

Successful Response

Generic acknowledgement returned by webhook handlers.

ok
boolean
default:true